diff options
author | ivan <ivan> | 2006-10-08 08:17:06 +0000 |
---|---|---|
committer | ivan <ivan> | 2006-10-08 08:17:06 +0000 |
commit | 22c70177969f30e2e419b32cb5d475c143f10b12 (patch) | |
tree | 575464d297893db89f4452e85d3d5b3a92c89974 /httemplate/edit | |
parent | 1530e25643850b0cd6e59332c79c8760243b5d5e (diff) |
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
Diffstat (limited to 'httemplate/edit')
-rwxr-xr-x | httemplate/edit/part_bill_event.cgi | 13 |
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)', |