X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fpart_bill_event.cgi;h=324daeb90fd89fd9cb1cb5984dee0515cc8bc7d1;hb=4920ad2671d712afe23d731e25bc5b53955397b7;hp=70e953ca0b094b0d4177e0811f00deac66e85fe4;hpb=8cbba53b09bb5b09355316b7ff8948500c3b4b76;p=freeside.git diff --git a/httemplate/edit/part_bill_event.cgi b/httemplate/edit/part_bill_event.cgi index 70e953ca0..324daeb90 100755 --- a/httemplate/edit/part_bill_event.cgi +++ b/httemplate/edit/part_bill_event.cgi @@ -1,5 +1,4 @@ - - + <% if ( $cgi->param('eventpart') && $cgi->param('eventpart') =~ /^(\d+)$/ ) { @@ -45,7 +44,7 @@ END for (qw(CARD BILL COMP)) { print qq!"; + print " SELECTED>$_"; } else { print ">$_"; } @@ -93,8 +92,8 @@ tie my %events, 'Tie::IxHash', 'addpost' => { 'name' => 'Add postal invoicing', - 'code' => '$cust_main->invoicing_list_addpost(); '';', - 'pad' => 20, + 'code' => '$cust_main->invoicing_list_addpost(); "";', + 'weight' => 20, }, 'comp' => { @@ -112,7 +111,7 @@ tie my %events, 'Tie::IxHash', 'realtime-card-cybercash' => { 'name' => '(deprecated) Run card with CyberCash CashRegister realtime gateway', 'code' => '$cust_bill->realtime_card_cybercash();', - 'weight => 30, + 'weight' => 30, }, 'batch-card' => { @@ -127,6 +126,14 @@ tie my %events, 'Tie::IxHash', 'weight' => 50, }, + 'send_alternate' => { + 'name' => 'Send invoice (email/print) with alternate template', + 'code' => '$cust_bill->send(\'%%%templatename%%%\');', + 'html' => + '', + 'weight' => 50, + }, + 'bill' => { 'name' => 'Generate invoices (normally only used with a Late Fee event)', 'code' => '$cust_main->bill();', @@ -135,7 +142,7 @@ tie my %events, 'Tie::IxHash', 'apply' => { 'name' => 'Apply unapplied payments and credits', - 'code' => '$cust_main->apply_payments; $cust_main->apply_credits; '';', + 'code' => '$cust_main->apply_payments; $cust_main->apply_credits; "";', 'weight' => 70, },