From e79a41389fddf82c99c64e20d006ba33469188c5 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Mon, 17 Dec 2012 17:08:10 -0800 Subject: [PATCH] credit application detail report, RT#18676 --- httemplate/elements/menu.html | 1 + 1 file changed, 1 insertion(+) diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index b4356f2c8..4e6109687 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -322,6 +322,7 @@ $report_payments{'Deleted Payments / Payment history table'} = [ $fsurl.'search/ tie my %report_credits, 'Tie::IxHash', 'Credit Report' => [ $fsurl.'search/report_cust_credit.html', 'Credit report (by employee and/or date range)' ], + 'Credit application detail' => [ $fsurl.'search/report_cust_credit_bill_pkg.html', 'Line item application detail' ], 'Unapplied Credits' => [ $fsurl.'search/report_cust_credit.html?unapplied=1', 'Unapplied credit report (by type and/or date range)' ], ; -- 2.11.0