[freeside-commits] branch FREESIDE_3_BRANCH updated. 49d57c3e294b9b8a9a8a25fa2ad0cebc4d52e4ca

Ivan Kohler ivan at freeside.biz
Wed May 11 09:27:54 PDT 2022


The branch, FREESIDE_3_BRANCH has been updated
       via  49d57c3e294b9b8a9a8a25fa2ad0cebc4d52e4ca (commit)
      from  6bdaa1a94ef1754ebc874c2a8033a100de60fdb6 (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 49d57c3e294b9b8a9a8a25fa2ad0cebc4d52e4ca
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed May 11 09:27:53 2022 -0700

    quiet CGI param warning

diff --git a/httemplate/edit/process/cust_location-censustract.html b/httemplate/edit/process/cust_location-censustract.html
index ad5e8bab6..b2518cb2d 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('enter_censustract'));
+$cust_location->set('censustract', scalar($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