diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2015-01-22 15:52:26 -0600 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2015-01-22 15:52:26 -0600 |
commit | 3a8fa4f27ef08792e3d653cee167979a411f89d1 (patch) | |
tree | 0b3095372ffde7a940275b2d274778a84e5a7284 /httemplate/elements | |
parent | 3e6a3208775540e39f590ebbc643826ddb4c82b8 (diff) | |
parent | 786cc8367ea7c504a762eb698ae4f93fc76b0dc1 (diff) |
Merge branch 'master' of git.freeside.biz:/home/git/freeside
Diffstat (limited to 'httemplate/elements')
-rw-r--r-- | httemplate/elements/menu.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index 816f74ab6..5f6921c36 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -336,6 +336,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 package source detail' => [ $fsurl.'search/report_cust_credit_source_bill_pkg.html', 'Line-item detail for triggered package credits' ], '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)' ], ; |