akaunting 3.0 (the last dance)
This commit is contained in:
		@@ -17,6 +17,10 @@ class Items extends Import
 | 
			
		||||
    {
 | 
			
		||||
        $row = parent::map($row);
 | 
			
		||||
 | 
			
		||||
        $row['sale_information'] = isset($row['sale_price']) ?? false;
 | 
			
		||||
 | 
			
		||||
        $row['purchase_information'] = isset($row['purchase_price']) ?? false;
 | 
			
		||||
 | 
			
		||||
        $row['category_id'] = $this->getCategoryId($row, 'item');
 | 
			
		||||
 | 
			
		||||
        return $row;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user