[freeside-commits] branch master updated. cf54023e010df76e0c39ac70902877d7c4c94c6e

Ivan ivan at 420.am
Wed Aug 3 17:52:38 PDT 2016


The branch, master has been updated
       via  cf54023e010df76e0c39ac70902877d7c4c94c6e (commit)
       via  d7759b49c2ff3b220ab328767645bfed85d18f31 (commit)
      from  ecf1c9cc0a20be6e489657e005ea771977b9f69c (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 cf54023e010df76e0c39ac70902877d7c4c94c6e
Merge: d7759b4 ecf1c9c
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Aug 3 17:52:34 2016 -0700

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


commit d7759b49c2ff3b220ab328767645bfed85d18f31
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Aug 3 17:52:31 2016 -0700

    nit

diff --git a/httemplate/edit/process/cust_pay.cgi b/httemplate/edit/process/cust_pay.cgi
index 56d3f2f..9e5f3d3 100755
--- a/httemplate/edit/process/cust_pay.cgi
+++ b/httemplate/edit/process/cust_pay.cgi
@@ -69,6 +69,6 @@ push @rights, 'Post cash payment'  if $new->payby eq 'CASH';
 die "access denied"
   unless $FS::CurrentUser::CurrentUser->access_right(\@rights);
 
-my $error ||= $new->insert( 'manual' => 1 );
+my $error = $new->insert( 'manual' => 1 );
 
 </%init>

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

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




More information about the freeside-commits mailing list