X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Fcust_bill_event.html;h=0f84a558186ef489a09474664ac109b752c9e907;hb=8dba5cb96454bf8ec81333ebac381180731396f1;hp=d76ce3c8c14338df650e89cb5f06525f8c767a7a;hpb=4201aaaae8a957bc98ce345d3ee0e599da354766;p=freeside.git diff --git a/httemplate/search/cust_bill_event.html b/httemplate/search/cust_bill_event.html index d76ce3c8c..0f84a5581 100755 --- a/httemplate/search/cust_bill_event.html +++ b/httemplate/search/cust_bill_event.html @@ -1,23 +1,67 @@ - - - Failed billing events - - -
-

Failed billing events

-
-
-
- Return failed billing events for period: - from m/d/y - to m/d/y - -

+<% 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'); +