mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 01:52:22 +03:00
Customers_model: api_encode: add timezone field
This commit is contained in:
parent
c3eb4d1632
commit
249e67ef91
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue