From aba9c2bc30a363a4c1818b4a0565023ed1371679 Mon Sep 17 00:00:00 2001 From: FrancescoUK Date: Sun, 26 Jan 2020 09:12:02 +0000 Subject: [PATCH] Fix Customer delete issue --- application/models/Customer.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/models/Customer.php b/application/models/Customer.php index 5c9968fd7..d5b812718 100644 --- a/application/models/Customer.php +++ b/application/models/Customer.php @@ -257,6 +257,7 @@ class Customer extends Person 'discount_type' => 0, 'package_id' => NULL, 'points' => NULL, + 'sales_tax_code_id' => NULL, 'deleted' => 1 )); }