From 9480fce915bad1ddedf859ca02ba929667653472 Mon Sep 17 00:00:00 2001 From: Christopher Burger Date: Fri, 4 Aug 2017 12:02:13 -0400 Subject: [PATCH] RT# 74715 - fixed saving of census tract to actually save. --- httemplate/edit/process/cust_location-censustract.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.11.0