X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Fcust_bill_event.html;h=334bda3d33582e7e1fc57763c579ae2f1c172e3b;hb=a9df3b5d93e0f952ba3234778bd3f3b07413b70d;hp=d76ce3c8c14338df650e89cb5f06525f8c767a7a;hpb=c0567c688084e89fcd11bf82348b6c418f1254ac;p=freeside.git diff --git a/httemplate/search/cust_bill_event.html b/httemplate/search/cust_bill_event.html index d76ce3c8c..334bda3d3 100755 --- a/httemplate/search/cust_bill_event.html +++ b/httemplate/search/cust_bill_event.html @@ -1,23 +1,64 @@ - - - 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' ), + ) +%> -

+ + + + <% include( '/elements/tr-select-agent.html' ) %> + + + <% 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'); +