[freeside-commits] branch FREESIDE_4_BRANCH updated. c2e4f6eda47eb25d9591012bf1f8bb0a8327a8b7
Christopher Burger
burgerc at 420.am
Fri Aug 4 09:56:31 PDT 2017
The branch, FREESIDE_4_BRANCH has been updated
via c2e4f6eda47eb25d9591012bf1f8bb0a8327a8b7 (commit)
from b1bee8666faf742f0f148b29f255644e7e7a6af2 (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 c2e4f6eda47eb25d9591012bf1f8bb0a8327a8b7
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