create new if import has no currency code
This commit is contained in:
		@@ -21,6 +21,7 @@ class Vendors extends Import
 | 
			
		||||
 | 
			
		||||
        $row['type'] = 'vendor';
 | 
			
		||||
        $row['country'] = !empty($country) ? $country : null;
 | 
			
		||||
        $row['currency_code'] = $this->getCurrencyCode($row);
 | 
			
		||||
        $row['user_id'] = null;
 | 
			
		||||
 | 
			
		||||
        return $row;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user