Merge branch 'master' of ssh://git.freeside.biz/home/git/freeside
authorChristopher Burger <burgerc@freeside.biz>
Mon, 16 Apr 2018 20:45:24 +0000 (16:45 -0400)
committerChristopher Burger <burgerc@freeside.biz>
Mon, 16 Apr 2018 20:45:24 +0000 (16:45 -0400)
httemplate/search/cust_bill_pkg_discount.html

index d31614a..eb39dea 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]->discountnum
             });
             return $discount->description;
         } else {