projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab80583
)
RT#33484 [actually a bug fix to d4b8e45c3589f3c6489442798f5fba439d5a29c9]
author
Jonathan Prykop
<jonathan@freeside.biz>
Tue, 9 Jun 2015 20:47:56 +0000
(15:47 -0500)
committer
Jonathan Prykop
<jonathan@freeside.biz>
Tue, 16 Jun 2015 23:29:59 +0000
(18:29 -0500)
FS/FS/cust_main/Billing_Discount.pm
patch
|
blob
|
history
diff --git
a/FS/FS/cust_main/Billing_Discount.pm
b/FS/FS/cust_main/Billing_Discount.pm
index
b2852f6
..
117bf31
100644
(file)
--- a/
FS/FS/cust_main/Billing_Discount.pm
+++ b/
FS/FS/cust_main/Billing_Discount.pm
@@
-47,7
+47,7
@@
sub _discount_pkgs_and_bill {
push @where,
"NOT EXISTS (
SELECT 1 FROM cust_bill_pkg_discount
- WHERE cust_bill_pkg.billpkgnum = cust_bill_pkg_discount.billpkgnu
:
+ WHERE cust_bill_pkg.billpkgnum = cust_bill_pkg_discount.billpkgnu
m
)";
my $extra_sql = 'WHERE '. join(' AND ', @where);