diff --git a/application/models/Customer.php b/application/models/Customer.php index 04897c859..5c9968fd7 100644 --- a/application/models/Customer.php +++ b/application/models/Customer.php @@ -257,7 +257,6 @@ class Customer extends Person 'discount_type' => 0, 'package_id' => NULL, 'points' => NULL, - 'sales_tax_code' => 1, 'deleted' => 1 )); }