RT# 74715 - fixed saving of census tract to actually save.
authorChristopher Burger <burgerc@freeside.biz>
Fri, 4 Aug 2017 16:02:13 +0000 (12:02 -0400)
committerChristopher Burger <burgerc@freeside.biz>
Fri, 4 Aug 2017 17:24:19 +0000 (13:24 -0400)
httemplate/edit/process/cust_location-censustract.html

index bc9cd4f..ad5e8ba 100644 (file)
@@ -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>