forked from mirrors/easyappointments
The service and appointment models support color API encoding/decoding.
This commit is contained in:
parent
df1d4fdeea
commit
25f533df39
2 changed files with 2 additions and 0 deletions
|
@ -37,6 +37,7 @@ class Appointments_model extends EA_Model {
|
|||
'start' => 'start_datetime',
|
||||
'end' => 'end_datetime',
|
||||
'location' => 'location',
|
||||
'color' => 'color',
|
||||
'notes' => 'notes',
|
||||
'hash' => 'hash',
|
||||
'providerId' => 'id_users_provider',
|
||||
|
|
|
@ -40,6 +40,7 @@ class Services_model extends EA_Model {
|
|||
'currency' => 'currency',
|
||||
'description' => 'description',
|
||||
'location' => 'location',
|
||||
'color' => 'color',
|
||||
'availabilitiesType' => 'availabilities_type',
|
||||
'attendantsNumber' => 'attendants_number',
|
||||
'categoryId' => 'id_categories',
|
||||
|
|
Loading…
Reference in a new issue