@@ -635,5 +635,5 @@ |
||
635 | 635 | * @see mshop/attribute/manager/newid/ansi |
636 | 636 | * @see mshop/attribute/manager/delete/ansi |
637 | 637 | * @see mshop/attribute/manager/search/ansi |
638 | - */ |
|
638 | + */ |
|
639 | 639 | } |
@@ -206,7 +206,7 @@ |
||
206 | 206 | $propItems = $this->getPropertyItems( $parentIds, 'attribute', $propTypes ); |
207 | 207 | } |
208 | 208 | |
209 | - $listItems = map( $this->getListItems( $parentIds, $ref, 'attribute' ) )->groupBy( 'attribute.lists.parentid'); |
|
209 | + $listItems = map( $this->getListItems( $parentIds, $ref, 'attribute' ) )->groupBy( 'attribute.lists.parentid' ); |
|
210 | 210 | |
211 | 211 | foreach( $map as $id => $row ) |
212 | 212 | { |