From 60c97517ffb6cf04faa7c2d05959abd7a39e4f7d Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Mon, 17 Dec 2012 13:39:04 -0800 Subject: [PATCH] add line item report, RT#18676 --- httemplate/elements/menu.html | 2 ++ 1 file changed, 2 insertions(+) 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', -- 2.20.1