Fix controller Booking : typo default phone_number

This commit is contained in:
Thomas Ingles 2024-04-24 13:29:10 +02:00
parent b292e10c13
commit ee1d07f9fe
No known key found for this signature in database
GPG key ID: 02A5671B95EAD354

View file

@ -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.