[freeside-commits] freeside/httemplate/edit part_bill_event.cgi, 1.32, 1.33

Ivan,,, ivan at wavetail.420.am
Sun Oct 8 01:17:09 PDT 2006


Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail:/tmp/cvs-serv332/httemplate/edit

Modified Files:
	part_bill_event.cgi 
Log Message:
add menu items for credit card batching, debug last-minute changes to payby.pm, add ACL for re-processing batches, separate CARD and CHEK batches, fixed defaults for batch formats

Index: part_bill_event.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/part_bill_event.cgi,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- part_bill_event.cgi	26 Aug 2006 23:15:13 -0000	1.32
+++ part_bill_event.cgi	8 Oct 2006 08:17:06 -0000	1.33
@@ -215,16 +215,17 @@
 %  },
 %
 %  'batch-card' => {
-%    'name' => 'Add card to the pending credit card batch',
+%    'name' => 'Add card or check to a pending batch',
 %    'code' => '$cust_bill->batch_card(%options);',
 %    'weight' => 40,
 %  },
 %
-%  'retriable' => {
-%    'name' => 'Mark batched card event as retriable',
-%    'code' => '$cust_pay_batch->retriable();',
-%    'weight' => 60,
-%  },
+%  
+%  #'retriable' => {
+%  #  'name' => 'Mark batched card event as retriable',
+%  #  'code' => '$cust_pay_batch->retriable();',
+%  #  'weight' => 60,
+%  #},
 %
 %  'send' => {
 %    'name' => 'Send invoice (email/print/fax)',



More information about the freeside-commits mailing list