X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fedit%2Fprocess%2Fcust_location-censustract.html;h=ad5e8bab67a5157232a2bb046add595c661a0962;hp=bc9cd4f31952b059d4dbd207ab97a9782724412a;hb=9480fce915bad1ddedf859ca02ba929667653472;hpb=1b7f832fbc874c1c0b80d22589752a601ce39c18 diff --git a/httemplate/edit/process/cust_location-censustract.html b/httemplate/edit/process/cust_location-censustract.html index bc9cd4f31..ad5e8bab6 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;