Completed
Pull Request — master (#25)
by
unknown
03:05
created
common/src/Controller/Common/Product/Import/Csv/Cache/Supplier/Standard.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -75,12 +75,12 @@
 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
-        $this->suppliers[$code] = $item->getId();
83
-        return $item->getId();
82
+		$this->suppliers[$code] = $item->getId();
83
+		return $item->getId();
84 84
 	}
85 85
 
86 86
 
Please login to merge, or discard this patch.