projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2e7b5d
)
credit application detail report, RT#18676
author
Ivan Kohler
<ivan@freeside.biz>
Tue, 18 Dec 2012 01:08:10 +0000
(17:08 -0800)
committer
Ivan Kohler
<ivan@freeside.biz>
Tue, 18 Dec 2012 01:08:10 +0000
(17:08 -0800)
httemplate/elements/menu.html
patch
|
blob
|
history
diff --git
a/httemplate/elements/menu.html
b/httemplate/elements/menu.html
index
b4356f2
..
4e61096
100644
(file)
--- 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)' ],
;