@@ -533,7 +533,7 @@ |
||
533 | 533 | |
534 | 534 | foreach( $data['service'][$type][$serviceId] ?? [] as $entry ) |
535 | 535 | { |
536 | - if( !($value = $entry['order.service.attribute.value'] ?? '') ) { |
|
536 | + if( !( $value = $entry['order.service.attribute.value'] ?? '' ) ) { |
|
537 | 537 | continue; |
538 | 538 | } |
539 | 539 |