summaryrefslogtreecommitdiff
path: root/httemplate/edit
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/edit')
-rwxr-xr-xhttemplate/edit/part_bill_event.cgi13
1 files changed, 7 insertions, 6 deletions
diff --git a/httemplate/edit/part_bill_event.cgi b/httemplate/edit/part_bill_event.cgi
index 243975558..da11fc774 100755
--- a/httemplate/edit/part_bill_event.cgi
+++ b/httemplate/edit/part_bill_event.cgi
@@ -215,16 +215,17 @@ Invoice Event #<% $hashref->{eventpart} ? $hashref->{eventpart} : "(NEW)" %>
% },
%
% '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)',