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=6edaca3fdb86b6e771a29f330f62dc00529481f6;hb=b71b1576c68bc40ad26592b354feace37a029f0e;hpb=4b05b20576ddb14577d59c87c8257c6804449410 diff --git a/httemplate/edit/process/cust_location-censustract.html b/httemplate/edit/process/cust_location-censustract.html index 6edaca3fd..40c83c630 100644 --- a/httemplate/edit/process/cust_location-censustract.html +++ b/httemplate/edit/process/cust_location-censustract.html @@ -3,7 +3,7 @@ % $cgi->redirect(popurl(3). 'edit/cust_location-censustract.html?'. $cgi->query_string ); % } else { - <% header("Census tract changed") %> + <& /elements/header-popup.html, "Census tract changed" &> @@ -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;