RT# 79353 Update discount reports
authorMitch Jackson <mitch@freeside.biz>
Mon, 16 Apr 2018 18:05:34 +0000 (18:05 +0000)
committerMitch Jackson <mitch@freeside.biz>
Mon, 16 Apr 2018 18:05:34 +0000 (18:05 +0000)
httemplate/search/cust_bill_pkg_discount.html

index d31614a..ba1b820 100644 (file)
@@ -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 {