[freeside-commits] freeside/httemplate/edit/process cust_pay.cgi, 1.14, 1.15

Ivan,,, ivan at wavetail.420.am
Sun Sep 20 19:41:45 PDT 2009


Update of /home/cvs/cvsroot/freeside/httemplate/edit/process
In directory wavetail.420.am:/tmp/cvs-serv21901/httemplate/edit/process

Modified Files:
	cust_pay.cgi 
Log Message:
add ability to trigger receipts when payment is used against a specific package instead of when it was made, RT#5199

Index: cust_pay.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/process/cust_pay.cgi,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- cust_pay.cgi	30 Jul 2009 06:42:32 -0000	1.14
+++ cust_pay.cgi	21 Sep 2009 02:41:43 -0000	1.15
@@ -7,7 +7,7 @@
 %  if ( $cgi->param('apply') eq 'yes' ) {
 %    my $cust_main = qsearchs('cust_main', { 'custnum' => $linknum })
 %      or die "unknown custnum $linknum";
-%    $cust_main->apply_payments;
+%    $cust_main->apply_payments( 'manual' => 1 );
 %  }
 %  if ( $link eq 'popup' ) {
 %    



More information about the freeside-commits mailing list