Completed
Pull Request — master (#25)
by
unknown
04:29
created
common/src/Controller/Common/Product/Import/Csv/Cache/Supplier/Standard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
 		$manager = \Aimeos\MShop::create( $context, 'supplier' );
48 48
 		$result = $manager->searchItems( $manager->createSearch() );
49 49
 
50
-		foreach ( $result as $id => $item ) {
50
+		foreach( $result as $id => $item ) {
51 51
 			$this->suppliers[$item->getCode()] = $id;
52 52
 		}
53 53
 	}
Please login to merge, or discard this patch.