diff --git a/application/models/Customers_model.php b/application/models/Customers_model.php index b68efffc..79911a41 100644 --- a/application/models/Customers_model.php +++ b/application/models/Customers_model.php @@ -495,7 +495,8 @@ class Customers_model extends EA_Model { 'address' => $customer['address'], 'city' => $customer['city'], 'zip' => $customer['zip_code'], - 'notes' => $customer['notes'] + 'notes' => $customer['notes'], + 'timezone' => $customer['timezone'], ]; $customer = $encoded_resource;