[freeside-commits] branch master updated. 80c2d997c5c983344c530ecbb46f94f1c299b35f

Ivan ivan at 420.am
Fri Oct 23 16:17:56 PDT 2015


The branch, master has been updated
       via  80c2d997c5c983344c530ecbb46f94f1c299b35f (commit)
       via  3b1a5e8789d76f0581079d07190664f57bd773a3 (commit)
      from  0806f9fdbf2086671c151b3bcb078dc008e96f6c (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 80c2d997c5c983344c530ecbb46f94f1c299b35f
Merge: 3b1a5e8 0806f9f
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Fri Oct 23 16:17:51 2015 -0700

    Merge branch 'master' of git.freeside.biz:/home/git/freeside


commit 3b1a5e8789d76f0581079d07190664f57bd773a3
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Fri Oct 23 16:17:44 2015 -0700

    silent harmless param in list context warning

diff --git a/httemplate/misc/sales.cgi b/httemplate/misc/sales.cgi
index 2b6406a..5d9d6c6 100644
--- a/httemplate/misc/sales.cgi
+++ b/httemplate/misc/sales.cgi
@@ -1,7 +1,7 @@
 <% encode_json( \@return ) %>\
 <%init>
 
-my( $agentnum ) = $cgi->param('arg');
+my $agentnum = scalar($cgi->param('arg'));
 
 my %hash = ( 'disabled' => '' );
 if ( $agentnum > 0 ) {

-----------------------------------------------------------------------

Summary of changes:
 httemplate/misc/sales.cgi |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list