X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Fcust_bill_event.html;h=334bda3d33582e7e1fc57763c579ae2f1c172e3b;hb=b16796957e3eefd03b4d6c7a35ce722ad794e3b7;hp=476d221616c680961816d067769ddf5c6bd1e5a5;hpb=b89f997f4d134f0faeada218a1581845d60f4371;p=freeside.git diff --git a/httemplate/search/cust_bill_event.html b/httemplate/search/cust_bill_event.html index 476d22161..334bda3d3 100755 --- a/httemplate/search/cust_bill_event.html +++ b/httemplate/search/cust_bill_event.html @@ -1,20 +1,15 @@ -<%= include( +<% include( '/elements/header.html', ( $cgi->param('failed') ? 'Failed invoice events' : 'Invoice events' ), - include('/elements/menubar.html', - 'Main menu' => $p, # popurl(2), - ), - - ) + ) %> - - - -
- + + + <% include( '/elements/tr-select-agent.html' ) %> + + <% 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'); + +