diff options
| author | ivan <ivan> | 2008-03-24 22:35:56 +0000 | 
|---|---|---|
| committer | ivan <ivan> | 2008-03-24 22:35:56 +0000 | 
| commit | a8b5735fd7dc782c40388bf0ce253859cc884dcc (patch) | |
| tree | 391bc4d89bd326d8087951d5e876551d2dee95b2 | |
| parent | 6ad0603afe8119536b21f65f06c3ff13f243170f (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 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 <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>  | 
