diff options
author | Christopher Burger <burgerc@freeside.biz> | 2018-04-16 16:45:24 -0400 |
---|---|---|
committer | Christopher Burger <burgerc@freeside.biz> | 2018-04-16 16:45:24 -0400 |
commit | b3ecc63dba7b5739467c342a8f861a94b9b1ee29 (patch) | |
tree | 84948a7e312baa912e51f31c170e9656772d9c0c | |
parent | fb747f8161b7ec9d3092c5796f373c1b6a373764 (diff) | |
parent | bfd03694e81b9bc09b24d288adde0a038fc93288 (diff) |
Merge branch 'master' of ssh://git.freeside.biz/home/git/freeside
-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..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',{ - pkgdiscountnum => $_[0]->pkgdiscountnum + discountnum => $_[0]->discountnum }); return $discount->description; } else { |