[freeside-commits] freeside/httemplate/edit/process cust_pay.cgi, 1.13, 1.14
Ivan,,,
ivan at wavetail.420.am
Wed Jul 29 23:42:34 PDT 2009
- Previous message: [freeside-commits] freeside/FS/FS Schema.pm, 1.159, 1.160 Conf.pm, 1.305, 1.306 cust_pay.pm, 1.72, 1.73 cust_pay_pending.pm, 1.7, 1.8 cust_pay_void.pm, 1.6, 1.7 cust_credit.pm, 1.37, 1.38 cust_bill_pay.pm, 1.19, 1.20 cust_credit_bill.pm, 1.16, 1.17 cust_bill.pm, 1.249, 1.250 cust_bill_ApplicationCommon.pm, 1.10, 1.11 cust_pkg.pm, 1.134, 1.135 cust_main.pm, 1.446, 1.447
- Next message: [freeside-commits] freeside/httemplate/elements tr-select-cust_pkg-balances.html, NONE, 1.1 select-cust_pkg-balances.html, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/httemplate/edit/process
In directory wavetail.420.am:/tmp/cvs-serv30734/httemplate/edit/process
Modified Files:
cust_pay.cgi
Log Message:
experimental package balances, RT#4339
Index: cust_pay.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/process/cust_pay.cgi,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- cust_pay.cgi 13 Jan 2008 21:35:53 -0000 1.13
+++ cust_pay.cgi 30 Jul 2009 06:42:32 -0000 1.14
@@ -46,7 +46,9 @@
_date => $_date,
map {
$_, scalar($cgi->param($_));
- } qw(paid payby payinfo paybatch)
+ } qw( paid payby payinfo paybatch
+ pkgnum
+ )
#} fields('cust_pay')
} );
- Previous message: [freeside-commits] freeside/FS/FS Schema.pm, 1.159, 1.160 Conf.pm, 1.305, 1.306 cust_pay.pm, 1.72, 1.73 cust_pay_pending.pm, 1.7, 1.8 cust_pay_void.pm, 1.6, 1.7 cust_credit.pm, 1.37, 1.38 cust_bill_pay.pm, 1.19, 1.20 cust_credit_bill.pm, 1.16, 1.17 cust_bill.pm, 1.249, 1.250 cust_bill_ApplicationCommon.pm, 1.10, 1.11 cust_pkg.pm, 1.134, 1.135 cust_main.pm, 1.446, 1.447
- Next message: [freeside-commits] freeside/httemplate/elements tr-select-cust_pkg-balances.html, NONE, 1.1 select-cust_pkg-balances.html, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list