From: ivan Date: Mon, 24 Mar 2008 22:35:56 +0000 (+0000) Subject: this probably never worked. ->send isn't at all what is wanted, that sends the origi... X-Git-Tag: root_of_webpay_support~808 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=a8b5735fd7dc782c40388bf0ce253859cc884dcc 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 --- diff --git a/httemplate/edit/part_bill_event.cgi b/httemplate/edit/part_bill_event.cgi index 051ef1086..62129333c 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 Late Fee and Generate Invoice events)', -% 'code' => '$cust_main->send();', -% 'weight' => 80, -% }, -% %; %