From: Ivan Kohler Date: Mon, 17 Dec 2012 21:39:04 +0000 (-0800) Subject: add line item report, RT#18676 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=60c97517ffb6cf04faa7c2d05959abd7a39e4f7d;p=freeside.git add line item report, RT#18676 --- diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index e6fdb57b7..c112cc5ea 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -125,6 +125,8 @@ tie my %report_invoices, 'Tie::IxHash', 'Open invoices' => [ \%report_invoices_open, 'Open invoices' ], 'All invoices' => [ $fsurl. 'search/cust_bill.html?date', 'List all invoices' ], 'Advanced invoice reports' => [ $fsurl.'search/report_cust_bill.html', 'by agent, date range, etc.' ], + 'separator' => '', + 'Line items' => [ $fsurl. 'search/report_cust_bill_pkg.html', 'Individual line item detail' ], ; tie my %report_discounts, 'Tie::IxHash',