diff options
author | jeff <jeff> | 2006-10-18 23:07:08 +0000 |
---|---|---|
committer | jeff <jeff> | 2006-10-18 23:07:08 +0000 |
commit | 52281cbeaf8d4e02345eca3c1aa0500133823558 (patch) | |
tree | c0174e1f4b9fb952c7976db92d464b74d82cf11f /httemplate/browse | |
parent | 609fe46a015c92be8a93c1b05a2fb67133bfd22b (diff) |
suspension and cancellation reasons
Diffstat (limited to 'httemplate/browse')
-rwxr-xr-x | httemplate/browse/part_bill_event.cgi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/httemplate/browse/part_bill_event.cgi b/httemplate/browse/part_bill_event.cgi index 2486c6669..f7c3e03d9 100755 --- a/httemplate/browse/part_bill_event.cgi +++ b/httemplate/browse/part_bill_event.cgi @@ -55,6 +55,7 @@ % my $delay = duration_exact($part_bill_event->seconds); % ( my $plandata = $part_bill_event->plandata ) =~ s/\n/<BR>/go; % my $freq = $part_bill_event->freq || '1d'; +% my $reason = $part_bill_event->reasontext ; % % if ( $oldfreq ne $freq ) { @@ -67,6 +68,7 @@ <TH CLASS="grid" BGCOLOR="#cccccc" COLSPAN=<% $cgi->param('showdisabled') ? 2 : 3 %>>Event</TH> <TH CLASS="grid" BGCOLOR="#cccccc">After</TH> <TH CLASS="grid" BGCOLOR="#cccccc">Action</TH> + <TH CLASS="grid" BGCOLOR="#cccccc">Reason</TH> <TH CLASS="grid" BGCOLOR="#cccccc">Options</TH> <TH CLASS="grid" BGCOLOR="#cccccc">Code</TH> </TR> @@ -100,6 +102,8 @@ <TD CLASS="grid" BGCOLOR="<% $bgcolor %>"> <% $part_bill_event->plan %></TD> <TD CLASS="grid" BGCOLOR="<% $bgcolor %>"> + <% $reason %></TD> + <TD CLASS="grid" BGCOLOR="<% $bgcolor %>"> <% $plandata %></TD> <TD CLASS="grid" BGCOLOR="<% $bgcolor %>"><FONT SIZE="-1"> <% $part_bill_event->eventcode %></FONT></TD> |