[freeside-commits] branch FREESIDE_4_BRANCH updated. f8d0dfdccd91859dc643d8e97f75d82a08694dc4

Mitch Jackson mitch at freeside.biz
Mon Apr 16 13:34:07 PDT 2018


The branch, FREESIDE_4_BRANCH has been updated
       via  f8d0dfdccd91859dc643d8e97f75d82a08694dc4 (commit)
      from  56a542f936216db91d482b0e1013a08769ec39ef (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 f8d0dfdccd91859dc643d8e97f75d82a08694dc4
Author: Mitch Jackson <mitch at freeside.biz>
Date:   Mon Apr 16 20:33:30 2018 +0000

    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