X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=httemplate%2Fbrowse%2Fpart_bill_event.cgi;h=1d674f74957f77e60c524fa6203e56c0ffd28c64;hb=3f9ac2ff50fff9d55ff5976ee1417dc6ba56f39e;hp=f33997666a64547989c695b20b3dd21e0b4d3335;hpb=6991d4986df7fb3a6c7c49b5ae1b3713e87a16c4;p=freeside.git diff --git a/httemplate/browse/part_bill_event.cgi b/httemplate/browse/part_bill_event.cgi index f33997666..1d674f749 100755 --- a/httemplate/browse/part_bill_event.cgi +++ b/httemplate/browse/part_bill_event.cgi @@ -1,4 +1,4 @@ - + <% my %search; @@ -22,21 +22,26 @@ my $total = scalar(@part_bill_event); : do { $cgi->param('showdisabled', 1); '( show disabled events )'; } %> - +<%= table() %> + + <% foreach my $part_bill_event ( sort { $a->payby cmp $b->payby || $a->seconds <=> $b->seconds + || $a->weight <=> $b->weight || $a->eventpart <=> $b->eventpart } @part_bill_event ) { my $url = "${p}edit/part_bill_event.cgi?". $part_bill_event->eventpart; use Time::Duration; - my $delay = duration_exact($hashref->{seconds}); + my $delay = duration_exact($part_bill_event->seconds); + my $plandata = $part_bill_event->plandata; + $plandata =~ s/\n/
/go; %> + <%= $part_bill_event->plan %> + + <% } %> - +
param('showdisabled') ? 2 : 3 %>>Event Payby AfterActionOptions Code
@@ -52,12 +57,16 @@ my $total = scalar(@part_bill_event); <%= $delay %> - <%= $part_bill_event->eventcode %> + <%= $plandata %> + <%= $part_bill_event->eventcode %>
Add a new billing eventAdd a new invoice event