diff options
author | ivan <ivan> | 2008-03-24 22:35:57 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-03-24 22:35:57 +0000 |
commit | d980ecde67efa844cb36ec10c989e964a86d280e (patch) | |
tree | 44a0f2f3a0dd05cd6a8f5250063fbcfc6911424c | |
parent | 2e6530efbcd472ebbb2c47346f0c08fbf80e7a6c (diff) |
this probably never worked. ->send isn't at all what is wanted, that sends the original invoice, not the new one with the late charge
-rwxr-xr-x | httemplate/edit/part_bill_event.cgi | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/httemplate/edit/part_bill_event.cgi b/httemplate/edit/part_bill_event.cgi index 796652527..7b30d988d 100755 --- a/httemplate/edit/part_bill_event.cgi +++ b/httemplate/edit/part_bill_event.cgi @@ -390,12 +390,6 @@ Invoice Event #<% $hashref->{eventpart} ? $hashref->{eventpart} : "(NEW)" %> % 'weight' => 70, % }, % -% 'collect' => { -% 'name' => 'Collect on invoices (normally only used with a <i>Late Fee</i> and <i>Generate Invoice</i> events)', -% 'code' => '$cust_main->send();', -% 'weight' => 80, -% }, -% %; % <SCRIPT TYPE="text/javascript">var myreasons = new Array();</SCRIPT> |