[freeside-commits] branch master updated. 8c8a76cd23a7022b7616cdf16bb3bbe208813810

Jonathan Prykop jonathan at 420.am
Wed Apr 29 14:03:55 PDT 2015


The branch, master has been updated
       via  8c8a76cd23a7022b7616cdf16bb3bbe208813810 (commit)
      from  eccc0b7af126b0c7450de27165866bbb1786f65e (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 8c8a76cd23a7022b7616cdf16bb3bbe208813810
Author: Jonathan Prykop <jonathan at freeside.biz>
Date:   Wed Apr 29 16:03:36 2015 -0500

    RT#34134: Processing a Credit Card Payment on Accounts [added comment]

diff --git a/httemplate/misc/payment.cgi b/httemplate/misc/payment.cgi
index b83ad71..12fca20 100644
--- a/httemplate/misc/payment.cgi
+++ b/httemplate/misc/payment.cgi
@@ -273,6 +273,8 @@ my @states = sort { $a cmp $b } keys %states;
 
 my $amount = '';
 if ( $balance > 0 ) {
+  # when configured to do so, amount will only auto-fill with balance
+  # if balance represents a single invoice
   $amount = $balance
     unless $conf->exists('manual_process-single_invoice_amount')
       && ($cust_main->open_cust_bill != 1);

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

Summary of changes:
 httemplate/misc/payment.cgi |    2 ++
 1 file changed, 2 insertions(+)




More information about the freeside-commits mailing list