Fixed consumable item_no import field
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
@@ -85,7 +85,7 @@ class ItemImporter extends Importer
|
||||
$this->item['requestable'] = $this->findCsvMatch($row, 'requestable');
|
||||
$this->item['created_by'] = auth()->id();
|
||||
$this->item['serial'] = $this->findCsvMatch($row, 'serial');
|
||||
$this->item['item_no'] = trim($this->findCsvMatch($row, 'item_number'));
|
||||
$this->item['item_no'] = trim($this->findCsvMatch($row, 'item_no'));
|
||||
|
||||
|
||||
$this->item['purchase_date'] = null;
|
||||
|
||||
Reference in New Issue
Block a user