summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2012-10-19 12:04:31 -0700
committerMark Wells <mark@freeside.biz>2012-10-19 12:04:31 -0700
commitc4ecb739ba059ce14ec7c3c8889e0fbbe31334bb (patch)
treea41d95ea1dff08431e257fa9acda56e45a91ea6b
parentc84159b64f322a6c32a9ec77e7e63beb4a5f6c19 (diff)
fix typo
-rw-r--r--FS/FS/cust_bill_pkg.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/cust_bill_pkg.pm b/FS/FS/cust_bill_pkg.pm
index c1728c0d4..a4947ae58 100644
--- a/FS/FS/cust_bill_pkg.pm
+++ b/FS/FS/cust_bill_pkg.pm
@@ -1128,7 +1128,7 @@ sub paid_sql {
my $paid = "( SELECT COALESCE(SUM(cust_bill_pay_pkg.amount),0)
FROM cust_bill_pay_pkg JOIN cust_bill_pay USING (billpaynum)
WHERE cust_bill_pay_pkg.billpkgnum = cust_bill_pkg.billpkgnum
- $s $e$setuprecur )";
+ $s $e $setuprecur )";
if ( $opt{no_usage} ) {
# cap the amount paid at the sum of non-usage charges,