Fix controller Booking : typo default phone_number

This commit is contained in:
Thomas Ingles 2024-04-24 13:29:10 +02:00 committed by Alex Tselegidis
parent b9a4efc3e8
commit 9ebeb89cb0

View file

@ -321,7 +321,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.