add feature enable/disable reception door log
This commit is contained in:
@@ -376,6 +376,10 @@ class Helper {
|
||||
return \Yii::$app->params ['ticket_create_price_editable'] == true ;
|
||||
}
|
||||
|
||||
public static function isKeyToggleDoorLogEnabled() {
|
||||
return \Yii::$app->params ['key_toggle_door_log_enabled'] == true ;
|
||||
}
|
||||
|
||||
public static function isReceptionTransferListToday(){
|
||||
return \Yii::$app->params['reception_transfer_list_only_today'];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user