[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
- Previous message: [freeside-commits] freeside/FS/FS cust_main.pm,1.453,1.454
- Next message: [freeside-commits] freeside/FS/FS Conf.pm, 1.311, 1.312 cust_pay.pm, 1.73, 1.74 cust_main.pm, 1.454, 1.455 cust_bill.pm, 1.253, 1.254 cust_bill_ApplicationCommon.pm, 1.12, 1.13 cust_bill_pay.pm, 1.20, 1.21 cust_bill_pay_pkg.pm, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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' ) {
%
- Previous message: [freeside-commits] freeside/FS/FS cust_main.pm,1.453,1.454
- Next message: [freeside-commits] freeside/FS/FS Conf.pm, 1.311, 1.312 cust_pay.pm, 1.73, 1.74 cust_main.pm, 1.454, 1.455 cust_bill.pm, 1.253, 1.254 cust_bill_ApplicationCommon.pm, 1.12, 1.13 cust_bill_pay.pm, 1.20, 1.21 cust_bill_pay_pkg.pm, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list