X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_cust_bill.html;h=4fa09f96ccb6c8abb348fb15a7b029c4c21d70ab;hb=590603ecaea3184f64530755a76626be8205da49;hp=0f6e6814e2fcf585a591fd29e7f5e584443dabe5;hpb=0402f78ff052d950bc9fd4e4845b7d81d2196c47;p=freeside.git diff --git a/httemplate/search/report_cust_bill.html b/httemplate/search/report_cust_bill.html index 0f6e6814e..4fa09f96c 100644 --- a/httemplate/search/report_cust_bill.html +++ b/httemplate/search/report_cust_bill.html @@ -1,60 +1,34 @@ - - Invoice report criteria - - - - - - -

Invoice report criteria

-
- - - - - - - - - - - - - - - - - - - - - - - - -
for agent: -
From:
m/d/y
To:
m/d/y
Show only open invoices
Show only the single most recent invoice per-customer
-
-
- - +<% include('/elements/header.html', 'Invoice report criteria' ) %> +
+ + + + <% include( '/elements/tr-select-agent.html', + $cgi->param('agentnum'), + 'label' => 'Invoices for agent: ', + ) + %> + <% include( '/elements/tr-input-beginning_ending.html' ) %> + + + + + + + + +
Show only open invoices
Show only the single most recent invoice per-customer
+ +
+ + +
+ +<% include('/elements/footer.html') %> +<%init> + +die "access denied" + unless $FS::CurrentUser::CurrentUser->access_right('List invoices'); + +