X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Fcust_bill_event.html;h=0f84a558186ef489a09474664ac109b752c9e907;hb=c4b71bc4459cb7d403cbebede470aeb2c6292a6e;hp=cebb3035fbaad49ee9a22978d44b953941d7ecd8;hpb=684a478c0f88e5bf6d1d3f32f4618089146b5709;p=freeside.git diff --git a/httemplate/search/cust_bill_event.html b/httemplate/search/cust_bill_event.html index cebb3035f..0f84a5581 100755 --- a/httemplate/search/cust_bill_event.html +++ b/httemplate/search/cust_bill_event.html @@ -1,20 +1,18 @@ -<%= include( +<% include( '/elements/header.html', - ( $cgi->param('failed') ? 'Failed invoice events' : 'invoice events' ), - include('/elements/menubar.html', - 'Main menu' => $p, # popurl(2), - ), - - ) + ( $cgi->param('failed') ? 'Failed invoice events' : 'Invoice events' ), + ) %> - - - - + + Invoice events are the deprecated, old-style actions taken + on open invoices. See Reports->Billing events->Billing events for current event reports.

- + + + <% include( '/elements/tr-select-agent.html', 'disable_empty'=>0 ) %> + + <% include( '/elements/tr-input-beginning_ending.html' ) %> + - - - + +
To:
m/d/y
Events for payment type: + +

- - + +<% include('/elements/footer.html') %> +<%init> + +die "access denied" + unless $FS::CurrentUser::CurrentUser->access_right('Billing event reports'); + +