mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 10:02:33 +03:00
Correct variable initialization for booking cancellation frame.
This commit is contained in:
parent
79652feba9
commit
500bf90cd1
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
<?php component('booking_cancellation_frame', [
|
||||
'manage_mode' => vars('manage_mode'),
|
||||
'appointment_data' => vars('manage_mode')
|
||||
'appointment_data' => vars('appointment_data')
|
||||
]) ?>
|
||||
|
||||
<!-- Select Service & Provider -->
|
||||
|
|
Loading…
Reference in a new issue