RT# 82949 - changes section name from fees to pricing, better opiton
[freeside.git] / httemplate / search / report_agent_inventory.html
1 <% include('/elements/header.html', 'Inventory summary per agent' ) %>
2
3 <FORM ACTION="agent_inventory.html" METHOD="GET">
4
5 <TABLE BGCOLOR="#cccccc" CELLSPACING=0>
6
7 %# select agents
8
9 %# select inventory classes
10
11 </TABLE>
12
13 <BR>
14 <INPUT TYPE="submit" VALUE="Search">
15
16 </FORM>
17
18 <% include('/elements/footer.html') %>
19 <%init>
20
21 die "access denied"
22   unless $FS::CurrentUser::CurrentUser->access_right('Configuration');
23 #XXX List inventory
24
25 </%init>
26