From dfe66e8083eb598b6e0a051f1507a2007143ba8e Mon Sep 17 00:00:00 2001 From: FrancescoUK Date: Sat, 25 Jan 2020 21:11:30 +0000 Subject: [PATCH] Fix Customer delete error --- application/models/Customer.php | 1 - 1 file changed, 1 deletion(-) 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 )); }