X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Fcust_bill_event.html;h=0f84a558186ef489a09474664ac109b752c9e907;hb=ddde2be8e3d2cd0e61da2f68d4c06a6b31c50562;hp=e0878e497e34860000c683b54f4603b6e85ad513;hpb=7048244d5fe7aee28456edc039406eb6f75186e4;p=freeside.git diff --git a/httemplate/search/cust_bill_event.html b/httemplate/search/cust_bill_event.html index e0878e497..0f84a5581 100755 --- a/httemplate/search/cust_bill_event.html +++ b/httemplate/search/cust_bill_event.html @@ -1,15 +1,18 @@ - - - Invoice event errors - - - - - - -

Invoice event errors

-
+<% include( + '/elements/header.html', + ( $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' ) %> + + + +
Events for payment type: + +

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