summaryrefslogtreecommitdiff
path: root/httemplate/edit/part_bill_event.cgi
diff options
context:
space:
mode:
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 a58f07883..243975558 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>
+