summaryrefslogtreecommitdiff
path: root/httemplate/edit/part_bill_event.cgi
diff options
context:
space:
mode:
authorjeff <jeff>2006-08-26 23:15:14 +0000
committerjeff <jeff>2006-08-26 23:15:14 +0000
commit6af1b1bfa25e5ececef5e0dcd38b55917121cee2 (patch)
treecb81deb99bee814a037fd866fa10981ae459472f /httemplate/edit/part_bill_event.cgi
parent62ee3858ef853cb2b4f1a6cd98f8a608e7d11d7d (diff)
batch refactor continued
Diffstat (limited to 'httemplate/edit/part_bill_event.cgi')
-rwxr-xr-xhttemplate/edit/part_bill_event.cgi9
1 files changed, 8 insertions, 1 deletions
diff --git a/httemplate/edit/part_bill_event.cgi b/httemplate/edit/part_bill_event.cgi
index a58f078..2439755 100755
--- a/httemplate/edit/part_bill_event.cgi
+++ b/httemplate/edit/part_bill_event.cgi
@@ -216,10 +216,16 @@ Invoice Event #<% $hashref->{eventpart} ? $hashref->{eventpart} : "(NEW)" %>
%
% 'batch-card' => {
% 'name' => 'Add card to the pending credit card batch',
-% 'code' => '$cust_bill->batch_card();',
+% 'code' => '$cust_bill->batch_card(%options);',
% 'weight' => 40,
% },
%
+% 'retriable' => {
+% 'name' => 'Mark batched card event as retriable',
+% 'code' => '$cust_pay_batch->retriable();',
+% 'weight' => 60,
+% },
+%
% 'send' => {
% 'name' => 'Send invoice (email/print/fax)',
% 'code' => '$cust_bill->send();',
@@ -430,3 +436,4 @@ Invoice Event #<% $hashref->{eventpart} ? $hashref->{eventpart} : "(NEW)" %>
</BODY>
</HTML>
+