fix typo
authorMark Wells <mark@freeside.biz>
Fri, 19 Oct 2012 19:50:55 +0000 (12:50 -0700)
committerMark Wells <mark@freeside.biz>
Fri, 19 Oct 2012 19:50:55 +0000 (12:50 -0700)
FS/FS/cust_bill_pkg.pm

index 20c8e5a..15750b2 100644 (file)
@@ -894,7 +894,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
   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, 
 
   if ( $opt{no_usage} ) {
     # cap the amount paid at the sum of non-usage charges,