add feature word_typed_listener_allowed_only_for_empty_customerf

This commit is contained in:
Schneider Roland
2023-03-24 17:13:39 +01:00
parent 89fe6a37c1
commit 2d53992a42
3 changed files with 4 additions and 3 deletions

View File

@@ -554,8 +554,7 @@ class Helper {
public static function isWordTypedListenerAllowedOnlyForEmptyCustomer(){
$key = "word_typed_listener_allowed_only_for_empty_customer";
// return Helper::getArrayValue(\Yii::$app->params ,$key,'0') === '1';
return true;
return Helper::getArrayValue(\Yii::$app->params ,$key,'0') === '1';
}