summaryrefslogtreecommitdiff
path: root/httemplate/edit/process/cust_location-censustract.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/edit/process/cust_location-censustract.html')
-rw-r--r--httemplate/edit/process/cust_location-censustract.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/process/cust_location-censustract.html b/httemplate/edit/process/cust_location-censustract.html
index f2daa89..40c83c6 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;
</%init>