diff options
author | Mitch Jackson <mitch@freeside.biz> | 2018-04-16 15:21:42 -0500 |
---|---|---|
committer | Mitch Jackson <mitch@freeside.biz> | 2018-04-16 15:21:42 -0500 |
commit | bfd03694e81b9bc09b24d288adde0a038fc93288 (patch) | |
tree | a31d42be3d84049b70a40f9265433fff14019af7 /httemplate/search/cust_bill_pkg_discount.html | |
parent | ce6449308e58d9d7692f2af3e322e9d552f56544 (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.html | 2 |
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 ba1b82083..eb39dea8f 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 { |