Skip to content

Commit

Permalink
Add "notes" to the whitelisted field list
Browse files Browse the repository at this point in the history
  • Loading branch information
alextselegidis committed Jun 21, 2023
1 parent 6383974 commit d055d10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions application/controllers/Calendar.php
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ public function save_appointment()
'zip_code',
'timezone',
'language',
'notes',
]);

$customer['id'] = $this->customers_model->save($customer);
Expand Down Expand Up @@ -252,6 +253,7 @@ public function save_appointment()
'notes',
'color',
'status',
'notes',
'is_unavailability',
'id_users_provider',
'id_users_customer',
Expand Down

0 comments on commit d055d10

Please sign in to comment.