@@ -239,7 +239,7 @@ |
||
239 | 239 | ->col( 'order.base.product.id', 'order.base.product.productid' ); |
240 | 240 | |
241 | 241 | $exclude = \Aimeos\Controller\Frontend::create( $context, 'review' ) |
242 | - ->for( 'product', $prodMap->keys()->toArray() ) |
|
242 | + ->for( 'product', $prodMap->keys()->toArray() ) |
|
243 | 243 | ->slice( 0, $prodMap->count() ) |
244 | 244 | ->list()->getRefId(); |
245 | 245 |