Merged changes up to 2.3.16 into unstable
[fa-stable.git] / sales / includes / db / customers_db.inc
index 36db9e1a93b453196facf1964841f61629ce7195..3b936a33e9388125b2b8033e79c4958a9566d529 100644 (file)
@@ -24,7 +24,6 @@ function add_customer($CustName, $cust_ref, $address, $tax_id, $curr_code,
                " . db_escape($credit_status) . ", ".db_escape($payment_terms) . ", " . $discount . ", 
                " . $pymt_discount . ", " . $credit_limit 
                 .", ".db_escape($sales_type).", ".db_escape($notes) . ")";
-
        db_query($sql,"The customer could not be added");
 }