mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 10:02:33 +03:00
Merge pull request #1511 from sudwebdesign/develop-app-controller-booking-customer_default-phone_number-fix
Fix typo : Develop App Controller Booking customer default phone number
This commit is contained in:
commit
cc9a0515d2
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)) {
|
||||
$customer['address'] = '';
|
||||
$customer['phone_number'] = '';
|
||||
}
|
||||
|
||||
// Check appointment availability before registering it to the database.
|
||||
|
|
Loading…
Reference in a new issue