diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-02-15 23:21:50 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-02-15 23:21:50 -0800 |
commit | 2c5aa117162ef4dfce93da42ea3391dcdece4bb9 (patch) | |
tree | c98aa69322ad4621650a8cfe08b7daef102409ea /httemplate/view/cust_bill.cgi | |
parent | 32693d38eeb1144fbdf255d65f60810122286b9c (diff) |
remove ancient invoice events
Diffstat (limited to 'httemplate/view/cust_bill.cgi')
-rwxr-xr-x | httemplate/view/cust_bill.cgi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/httemplate/view/cust_bill.cgi b/httemplate/view/cust_bill.cgi index 27376d505..4ee4efbf4 100755 --- a/httemplate/view/cust_bill.cgi +++ b/httemplate/view/cust_bill.cgi @@ -111,10 +111,6 @@ <A HREF="<%$p%>search/cust_event.html?invnum=<% $cust_bill->invnum %>">( <% mt('View invoice events') |h %> )</A> % } -% if ( $cust_bill->num_cust_bill_event ) { $br++; -<A HREF="<%$p%>search/cust_bill_event.cgi?invnum=<% $cust_bill->invnum %>">( <% mt('View deprecated, old-style invoice events') |h %> )</A> -% } - % my @modes = grep {! $_->disabled} % $cust_bill->cust_main->agent->invoice_modes; % if ( @modes ) { |