summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitch Jackson <mitch@freeside.biz>2018-04-16 18:05:34 +0000
committerMitch Jackson <mitch@freeside.biz>2018-04-16 13:23:57 -0500
commitce6449308e58d9d7692f2af3e322e9d552f56544 (patch)
treed9eb73307b83daf1061890c80da3eb29b2ef101a
parentc5386b4378bcad35867beabec1c344c0a596aecb (diff)
RT# 79353 Update discount reports
-rw-r--r--httemplate/search/cust_bill_pkg_discount.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/cust_bill_pkg_discount.html b/httemplate/search/cust_bill_pkg_discount.html
index d31614af3..ba1b82083 100644
--- a/httemplate/search/cust_bill_pkg_discount.html
+++ b/httemplate/search/cust_bill_pkg_discount.html
@@ -38,7 +38,7 @@ Parameters:
if ( $_[0]->pkgdiscountnum ) {
# Standard discount, not a waived setup fee
my $discount = qsearchs('discount',{
- pkgdiscountnum => $_[0]->pkgdiscountnum
+ discountnum => $_[0]->pkgdiscountnum
});
return $discount->description;
} else {