diff --git a/app/Importer/ItemImporter.php b/app/Importer/ItemImporter.php index b8f249409..dfcd644c9 100644 --- a/app/Importer/ItemImporter.php +++ b/app/Importer/ItemImporter.php @@ -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;