X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fbrowse%2Fpart_bill_event.cgi;h=670474d48873d3f7a95930c9ddef3d52d5ff3bfc;hp=cd90bc1daf97ce90c8366b6f8cfb7a20133714a9;hb=6d02e527490b2f0cf080f7b519443caeecd76357;hpb=1fd6d8cf5d7854860ef4fd10ed89828e0c04ec39 diff --git a/httemplate/browse/part_bill_event.cgi b/httemplate/browse/part_bill_event.cgi index cd90bc1da..670474d48 100755 --- a/httemplate/browse/part_bill_event.cgi +++ b/httemplate/browse/part_bill_event.cgi @@ -1,4 +1,4 @@ - + <% my %search; @@ -15,6 +15,8 @@ my $total = scalar(@part_bill_event); <%= header('Invoice Event Listing', menubar( 'Main Menu' => $p) ) %> Invoice events are actions taken on overdue invoices.

+Add a new invoice event +

<%= $total %> events <%= $cgi->param('showdisabled') ? do { $cgi->param('showdisabled', 0); @@ -27,6 +29,8 @@ my $total = scalar(@part_bill_event); param('showdisabled') ? 2 : 3 %>>Event Payby After + Action + Options Code @@ -38,6 +42,8 @@ my $total = scalar(@part_bill_event); my $url = "${p}edit/part_bill_event.cgi?". $part_bill_event->eventpart; use Time::Duration; my $delay = duration_exact($part_bill_event->seconds); + my $plandata = $part_bill_event->plandata; + $plandata =~ s/\n/
/go; %> @@ -53,13 +59,13 @@ my $total = scalar(@part_bill_event); <%= $delay %> - <%= $part_bill_event->eventcode %> + <%= $part_bill_event->plan %> + + <%= $plandata %> + + <%= $part_bill_event->eventcode %> <% } %> - - - Add a new billing event -