Removed sparse parameter in write_customer()
[fa-stable.git] / sales / includes / sales_db.inc
index 348d69fd1bb0022cb1451c0374c56000ab35708e..2fd0bb9fa55a38b6d3dd9abe69499a86ea6f7e2a 100644 (file)
@@ -471,7 +471,7 @@ function write_recurrent_invoice($invoice_id, $description, $order_no, $debtor_n
 
 function write_customer($customer_id, $name, $ref, $address, $tax_id, $curr_code, $dim1, $dim2, $credit_status,
         $payment_terms, $discount, $credit_limit, $sales_type, $notes, $inactive, $salesman, $area, 
-        $tax_group, $location, $address, $ship_via, $notes, $bank_account, $address, $phone, $phone2, $fax, $email)
+        $tax_group, $location, $address, $ship_via, $notes, $bank_account, $phone, $phone2, $fax, $email)
 {
        global $SysPrefs;