@@ -374,7 +374,7 @@ |
||
| 374 | 374 | $baseManager = \Aimeos\MShop::create( $this->context, 'order/base' ); |
| 375 | 375 | |
| 376 | 376 | $search = $baseManager->createSearch(); |
| 377 | - $search->setConditions( $search->compare( '==', 'order.base.price', '672.00') ); |
|
| 377 | + $search->setConditions( $search->compare( '==', 'order.base.price', '672.00' ) ); |
|
| 378 | 378 | |
| 379 | 379 | $items = $baseManager->searchItems( $search ); |
| 380 | 380 | |
@@ -396,7 +396,7 @@ |
||
| 396 | 396 | $baseManager = \Aimeos\MShop::create( $this->context, 'order/base' ); |
| 397 | 397 | |
| 398 | 398 | $search = $baseManager->createSearch(); |
| 399 | - $search->setConditions( $search->compare( '==', 'order.base.price', '672.00') ); |
|
| 399 | + $search->setConditions( $search->compare( '==', 'order.base.price', '672.00' ) ); |
|
| 400 | 400 | |
| 401 | 401 | $items = $baseManager->searchItems( $search ); |
| 402 | 402 | |