X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fedit%2Fprocess%2Fcust_location-censustract.html;h=1bf4d7682fd7e769410cac9dc0ea4688cbb8fbc7;hp=40c83c6308f501d39c3b71c3d1ba800842823044;hb=ccdb2852a82946d7a9dca13345a390c31ea18d27;hpb=a8478341db106d63ae4114f0e94b4072394c073b diff --git a/httemplate/edit/process/cust_location-censustract.html b/httemplate/edit/process/cust_location-censustract.html index 40c83c630..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('enter_censustract')); +$cust_location->set('censustract', scalar($cgi->param('enter_censustract'))); my $error = $cust_location->replace;