mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 10:02:33 +03:00
Fix controller Booking : typo default phone_number
This commit is contained in:
parent
b9a4efc3e8
commit
9ebeb89cb0
1 changed files with 1 additions and 1 deletions
|
@ -321,7 +321,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