summaryrefslogtreecommitdiff
path: root/httemplate/search/cust_bill_pkg_discount.html
diff options
context:
space:
mode:
authorMitch Jackson <mitch@freeside.biz>2018-04-16 15:21:42 -0500
committerMitch Jackson <mitch@freeside.biz>2018-04-16 15:21:42 -0500
commitbfd03694e81b9bc09b24d288adde0a038fc93288 (patch)
treea31d42be3d84049b70a40f9265433fff14019af7 /httemplate/search/cust_bill_pkg_discount.html
parentce6449308e58d9d7692f2af3e322e9d552f56544 (diff)
RT# 79353 Update discount reports
Diffstat (limited to 'httemplate/search/cust_bill_pkg_discount.html')
-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 ba1b820..eb39dea 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',{
- discountnum => $_[0]->pkgdiscountnum
+ discountnum => $_[0]->discountnum
});
return $discount->description;
} else {