[freeside-commits] branch master updated. ce6449308e58d9d7692f2af3e322e9d552f56544
Mitch Jackson
mitch at freeside.biz
Mon Apr 16 11:24:12 PDT 2018
The branch, master has been updated
via ce6449308e58d9d7692f2af3e322e9d552f56544 (commit)
from c5386b4378bcad35867beabec1c344c0a596aecb (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 ce6449308e58d9d7692f2af3e322e9d552f56544
Author: Mitch Jackson <mitch at freeside.biz>
Date: Mon Apr 16 18:05:34 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 d31614af3..ba1b82083 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]->pkgdiscountnum
});
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