From: Mitch Jackson Date: Mon, 16 Apr 2018 20:33:30 +0000 (+0000) Subject: RT# 79353 Update discount reports X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=f8d0dfdccd91859dc643d8e97f75d82a08694dc4;p=freeside.git RT# 79353 Update discount reports --- 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 {