Approval.
This commit is contained in:
5
tr/appointment_status.php
Normal file
5
tr/appointment_status.php
Normal file
@ -0,0 +1,5 @@
|
||||
<?PHP
|
||||
$appointment_status['scheduled'] = 'Scheduled';
|
||||
$appointment_status['cancelled'] = 'Cancelled';
|
||||
$appointment_status['moved_online'] = 'Moved online';
|
||||
$appointment_status['postponed'] = 'Postponed';
|
Reference in New Issue
Block a user