add send_email event
authorivan <ivan>
Thu, 15 Feb 2007 00:49:26 +0000 (00:49 +0000)
committerivan <ivan>
Thu, 15 Feb 2007 00:49:26 +0000 (00:49 +0000)
httemplate/edit/part_bill_event.cgi

index 8e5dcd1..0921a95 100755 (executable)
@@ -250,6 +250,12 @@ Invoice Event #<% $hashref->{eventpart} ? $hashref->{eventpart} : "(NEW)" %>
 %    'weight' => 50,
 %  },
 %
+%  'send_email' => {
+%    'name' => 'Send invoice (email only)',
+%    'code' => '$cust_bill->email();',
+%    'weight' => 50,
+%  },
+%
 %  'send_alternate' => {
 %    'name' => 'Send invoice (email/print/fax) with alternate template',
 %    'code' => '$cust_bill->send(\'%%%templatename%%%\');',