We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 327ccbd + 54f2b62 commit 0dcb315Copy full SHA for 0dcb315
app/Importer/ItemImporter.php
@@ -85,7 +85,7 @@ protected function handle($row)
85
$this->item['requestable'] = $this->findCsvMatch($row, 'requestable');
86
$this->item['created_by'] = auth()->id();
87
$this->item['serial'] = $this->findCsvMatch($row, 'serial');
88
- $this->item['item_no'] = trim($this->findCsvMatch($row, 'item_number'));
+ $this->item['item_no'] = trim($this->findCsvMatch($row, 'item_no'));
89
90
91
$this->item['purchase_date'] = null;
0 commit comments