diff options
| author | Mitch Jackson <mitch@freeside.biz> | 2018-04-16 18:05:34 +0000 |
|---|---|---|
| committer | Mitch Jackson <mitch@freeside.biz> | 2018-04-16 18:05:34 +0000 |
| commit | 56a542f936216db91d482b0e1013a08769ec39ef (patch) | |
| tree | 375754848c8e91d48326f7f228caf41025e3ddfc | |
| parent | 9b77d77f2e527c3e3a36a7e11b091cf6fe9378ae (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 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 { |
