fix: revoke treating crm attribute as set when assigned
This commit is contained in:
@@ -162,7 +162,7 @@ class ResponseParser
|
|||||||
;
|
;
|
||||||
$attributes[] = $attribute;
|
$attributes[] = $attribute;
|
||||||
|
|
||||||
if (1 === preg_match('/^Hausleitung ([A-Z0-9]+)$/', $attributeLabel, $matches)) {
|
if (1 === preg_match('/^Hausleitung ([A-Z0-9]+)$/', $attributeLabel, $matches) && true === $attribute->isSelected()) {
|
||||||
$isHouseManager = true;
|
$isHouseManager = true;
|
||||||
$hotelCode = $matches[1];
|
$hotelCode = $matches[1];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user