[freeside-commits] branch master updated. bfd03694e81b9bc09b24d288adde0a038fc93288

Mitch Jackson mitch at freeside.biz
Mon Apr 16 13:38:17 PDT 2018


The branch, master has been updated
       via  bfd03694e81b9bc09b24d288adde0a038fc93288 (commit)
      from  ce6449308e58d9d7692f2af3e322e9d552f56544 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit bfd03694e81b9bc09b24d288adde0a038fc93288
Author: Mitch Jackson <mitch at freeside.biz>
Date:   Mon Apr 16 15:21:42 2018 -0500

    RT# 79353 Update discount reports

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 {

-----------------------------------------------------------------------

Summary of changes:
 httemplate/search/cust_bill_pkg_discount.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list