@@ -234,7 +234,7 @@ |
||
234 | 234 | return array_replace( parent::getSearchAttributes( $withsub ), $this->createAttributes( [ |
235 | 235 | 'order.service.id' => [ |
236 | 236 | 'label' => 'Service ID', |
237 | - 'internaldeps' => [ 'LEFT JOIN "mshop_order_service" AS mordse ON ( mord."id" = mordse."parentid" )' ], |
|
237 | + 'internaldeps' => ['LEFT JOIN "mshop_order_service" AS mordse ON ( mord."id" = mordse."parentid" )'], |
|
238 | 238 | 'internalcode' => 'id', |
239 | 239 | 'type' => 'int', |
240 | 240 | 'public' => false, |
@@ -148,7 +148,7 @@ |
||
148 | 148 | return array_replace( parent::getSearchAttributes( $withsub ), $this->createAttributes( [ |
149 | 149 | 'order.service.transaction.id' => [ |
150 | 150 | 'label' => 'Service transaction ID', |
151 | - 'internaldeps' => [ 'LEFT JOIN "mshop_order_service_tx" AS mordsetx ON ( mordse."id" = mordsetx."parentid" )' ], |
|
151 | + 'internaldeps' => ['LEFT JOIN "mshop_order_service_tx" AS mordsetx ON ( mordse."id" = mordsetx."parentid" )'], |
|
152 | 152 | 'internalcode' => 'id', |
153 | 153 | 'type' => 'int', |
154 | 154 | 'public' => false, |