diff options
| author | Mitch Jackson <mitch@freeside.biz> | 2018-04-16 20:33:30 +0000 |
|---|---|---|
| committer | Mitch Jackson <mitch@freeside.biz> | 2018-04-16 20:33:30 +0000 |
| commit | f8d0dfdccd91859dc643d8e97f75d82a08694dc4 (patch) | |
| tree | 3ef5dcbd69dacc43488a82f6bf2a72dff8357e39 | |
| parent | 56a542f936216db91d482b0e1013a08769ec39ef (diff) | |
RT# 79353 Update discount reports
| -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 { |
