Approval.
This commit is contained in:
7
kn/appointment_attendance_modes.php
Normal file
7
kn/appointment_attendance_modes.php
Normal file
@ -0,0 +1,7 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$appointment_attendance_modes = array (
|
||||
'offline' => 'Offline',
|
||||
'online' => 'Online',
|
||||
'mixed' => 'Offline and online',
|
||||
);
|
Reference in New Issue
Block a user