Completed
Pull Request — master (#25)
by
unknown
03:05
created
common/src/Controller/Common/Product/Import/Csv/Cache/Supplier/Standard.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -75,8 +75,8 @@
 block discarded – undo
75 75
 
76 76
 		if( ( $item = $manager->searchItems( $search )->first() ) == null )
77 77
 		{
78
-            $item = $manager->createItem()->setCode($code);
79
-            if( ( $item = $manager->saveItem($item) ) == null ) return null;
78
+            $item = $manager->createItem()->setCode( $code );
79
+            if( ( $item = $manager->saveItem( $item ) ) == null ) return null;
80 80
 		}
81 81
 
82 82
         $this->suppliers[$code] = $item->getId();
Please login to merge, or discard this patch.