Merged changes from stable branch up to 2.3.12
[fa-stable.git] / sales / includes / db / customers_db.inc
index b1f834336da10aeeff204fed7f3ab3a1c44b3374..13dbaad68d1e447a240883d2142b8d74bf176a27 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");
 }