From e3004bbda87eaba918f5742a7ccb53fe3aa38031 Mon Sep 17 00:00:00 2001 From: Jonathan Prykop Date: Mon, 23 Feb 2015 16:18:19 -0600 Subject: RT#27710: Credit voiding --- httemplate/elements/menu.html | 1 + 1 file changed, 1 insertion(+) (limited to 'httemplate/elements/menu.html') diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index 0615ff762..8899fb64c 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -345,6 +345,7 @@ 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)' ], + 'Voided Credits' => [ $fsurl.'search/report_cust_credit_void.html', 'Voided credit report (by employee and/or date range)' ], ; tie my %report_refunds, 'Tie::IxHash', -- cgit v1.2.1