mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-25 09:23:08 +03:00
Fix controller Booking : typo default phone_number
This commit is contained in:
parent
b292e10c13
commit
ee1d07f9fe
1 changed files with 1 additions and 1 deletions
|
@ -319,7 +319,7 @@ class Booking extends EA_Controller
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!array_key_exists('phone_number', $customer)) {
|
if (!array_key_exists('phone_number', $customer)) {
|
||||||
$customer['address'] = '';
|
$customer['phone_number'] = '';
|
||||||
}
|
}
|
||||||
|
|
||||||
// Check appointment availability before registering it to the database.
|
// Check appointment availability before registering it to the database.
|
||||||
|
|
Loading…
Reference in a new issue