From ce6449308e58d9d7692f2af3e322e9d552f56544 Mon Sep 17 00:00:00 2001 From: Mitch Jackson Date: Mon, 16 Apr 2018 18:05:34 +0000 Subject: RT# 79353 Update discount reports --- httemplate/search/cust_bill_pkg_discount.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit v1.2.1 From bfd03694e81b9bc09b24d288adde0a038fc93288 Mon Sep 17 00:00:00 2001 From: Mitch Jackson Date: Mon, 16 Apr 2018 15:21:42 -0500 Subject: RT# 79353 Update discount reports --- httemplate/search/cust_bill_pkg_discount.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit v1.2.1