summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-12-17 13:39:04 -0800
committerIvan Kohler <ivan@freeside.biz>2012-12-17 13:39:04 -0800
commit60c97517ffb6cf04faa7c2d05959abd7a39e4f7d (patch)
treeac44eb2f82838020c2180687626a7adc70049dd2
parente12d1178ceacb68b0b8bb5fb892fb8829412080e (diff)
add line item report, RT#18676
-rw-r--r--httemplate/elements/menu.html2
1 files changed, 2 insertions, 0 deletions
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',