X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fgraph%2Freport_cust_pkg_cost.html;fp=httemplate%2Fgraph%2Freport_cust_pkg_cost.html;h=553db096b7490b78f56d80e47be9815b0b2b0d0f;hb=8a10cadd86e9c721fd6f81e2e28b4d0ccfd0d8da;hp=0000000000000000000000000000000000000000;hpb=8b2b3f00e7c857de3a9bab764c415478acc83e27;p=freeside.git diff --git a/httemplate/graph/report_cust_pkg_cost.html b/httemplate/graph/report_cust_pkg_cost.html new file mode 100644 index 000000000..553db096b --- /dev/null +++ b/httemplate/graph/report_cust_pkg_cost.html @@ -0,0 +1,26 @@ +<% include('/elements/header.html', 'Package Costs Report' ) %> + +
+ + + +<% include('/elements/tr-select-from_to.html' ) %> + +<% include('/elements/tr-select-agent.html', + 'label' => 'For agent: ', + 'disable_empty' => 0, + ) +%> + +
+ +
+
+ +<% include('/elements/footer.html') %> +<%init> + +die "access denied" + unless $FS::CurrentUser::CurrentUser->access_right('Financial reports'); + +