X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Fcust_bill_event.html;h=0f84a558186ef489a09474664ac109b752c9e907;hb=d8299144d2175f1695adafe29e9549bd9b158e2f;hp=cd96ddf51527f4f4a71644fcb9f86c5d97a89f2d;hpb=b8cfd0780aa40bb07f3215bf9cb58011f5e32a35;p=freeside.git diff --git a/httemplate/search/cust_bill_event.html b/httemplate/search/cust_bill_event.html index cd96ddf51..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' ) %> + - - - + +
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'); + +