X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fprocess%2Fcust_location-censustract.html;h=1bf4d7682fd7e769410cac9dc0ea4688cbb8fbc7;hb=HEAD;hp=f2daa89d07599ce5af28aa91b94510dc7f1a2dda;hpb=4d5e45b24200386a7fc47f2cd69949e82e4bc9c3;p=freeside.git diff --git a/httemplate/edit/process/cust_location-censustract.html b/httemplate/edit/process/cust_location-censustract.html index f2daa89d0..1bf4d7682 100644 --- a/httemplate/edit/process/cust_location-censustract.html +++ b/httemplate/edit/process/cust_location-censustract.html @@ -28,7 +28,7 @@ my $cust_location = qsearchs({ }); die "unknown locationnum $locationnum" unless $cust_location; -$cust_location->set('censustract', $cgi->param('censustract')); +$cust_location->set('censustract', scalar($cgi->param('enter_censustract'))); my $error = $cust_location->replace;