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