[freeside-commits] branch FREESIDE_3_BRANCH updated. 9480fce915bad1ddedf859ca02ba929667653472

Christopher Burger burgerc at 420.am
Fri Aug 4 10:26:14 PDT 2017


The branch, FREESIDE_3_BRANCH has been updated
       via  9480fce915bad1ddedf859ca02ba929667653472 (commit)
      from  1b7f832fbc874c1c0b80d22589752a601ce39c18 (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 9480fce915bad1ddedf859ca02ba929667653472
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 bc9cd4f..ad5e8ba 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