[freeside-commits] branch master updated. b226bc6bd81f999176cdbfa53a799033ff0a0307
Christopher Burger
burgerc at 420.am
Fri Aug 4 09:02:38 PDT 2017
The branch, master has been updated
via b226bc6bd81f999176cdbfa53a799033ff0a0307 (commit)
from a9e3c2ea4635e066f1aabcac4a91ee75cdf22ebd (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit b226bc6bd81f999176cdbfa53a799033ff0a0307
Author: Christopher Burger <burgerc at freeside.biz>
Date: Fri Aug 4 12:02:13 2017 -0400
RT# 74715 - fixed saving of census tract to actually save.
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>
-----------------------------------------------------------------------
Summary of changes:
httemplate/edit/process/cust_location-censustract.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list