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'],
|
'address' => $customer['address'],
|
||||||
'city' => $customer['city'],
|
'city' => $customer['city'],
|
||||||
'zip' => $customer['zip_code'],
|
'zip' => $customer['zip_code'],
|
||||||
'notes' => $customer['notes']
|
'notes' => $customer['notes'],
|
||||||
|
'timezone' => $customer['timezone'],
|
||||||
];
|
];
|
||||||
|
|
||||||
$customer = $encoded_resource;
|
$customer = $encoded_resource;
|
||||||
|
|
Loading…
Reference in a new issue