Skip to content

Commit

Permalink
Merge pull request #1511 from sudwebdesign/develop-app-controller-boo…
Browse files Browse the repository at this point in the history
…king-customer_default-phone_number-fix

Fix typo : Develop App Controller Booking customer default phone number
  • Loading branch information
alextselegidis committed Apr 26, 2024
2 parents 6ee742c + ee1d07f commit cc9a051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/controllers/Booking.php
Expand Up @@ -319,7 +319,7 @@ public function register(): void
}

if (!array_key_exists('phone_number', $customer)) {
$customer['address'] = '';
$customer['phone_number'] = '';
}

// Check appointment availability before registering it to the database.
Expand Down

0 comments on commit cc9a051

Please sign in to comment.