Add "notes" to the whitelisted field list

This commit is contained in:
Alex Tselegidis 2023-06-21 09:50:52 +03:00
parent 6383974c21
commit d055d10610
1 changed files with 2 additions and 0 deletions

View File

@ -209,6 +209,7 @@ class Calendar extends EA_Controller {
'zip_code',
'timezone',
'language',
'notes',
]);
$customer['id'] = $this->customers_model->save($customer);
@ -252,6 +253,7 @@ class Calendar extends EA_Controller {
'notes',
'color',
'status',
'notes',
'is_unavailability',
'id_users_provider',
'id_users_customer',