[freeside-commits] freeside/httemplate/edit/process/elements ApplicationCommon.html, 1.1, 1.2
Ivan,,,
ivan at wavetail.420.am
Sun Sep 20 19:41:46 PDT 2009
- Previous 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
- Next message: [freeside-commits] freeside/FS/FS/TicketSystem RT_Internal.pm, 1.10, 1.11
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/httemplate/edit/process/elements
In directory wavetail.420.am:/tmp/cvs-serv21901/httemplate/edit/process/elements
Modified Files:
ApplicationCommon.html
Log Message:
add ability to trigger receipts when payment is used against a specific package instead of when it was made, RT#5199
Index: ApplicationCommon.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/process/elements/ApplicationCommon.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ApplicationCommon.html 5 Jun 2008 05:06:36 -0000 1.1
+++ ApplicationCommon.html 21 Sep 2009 02:41:43 -0000 1.2
@@ -72,6 +72,6 @@
#}
-my $error = $new->insert;
+my $error = $new->insert( 'manual' => 1 );
</%init>
- Previous 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
- Next message: [freeside-commits] freeside/FS/FS/TicketSystem RT_Internal.pm, 1.10, 1.11
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list