Skip to content

Commit 0dcb315

Browse files
committed
Merge remote-tracking branch 'origin/develop'
2 parents 327ccbd + 54f2b62 commit 0dcb315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Importer/ItemImporter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ protected function handle($row)
8585
$this->item['requestable'] = $this->findCsvMatch($row, 'requestable');
8686
$this->item['created_by'] = auth()->id();
8787
$this->item['serial'] = $this->findCsvMatch($row, 'serial');
88-
$this->item['item_no'] = trim($this->findCsvMatch($row, 'item_number'));
88+
$this->item['item_no'] = trim($this->findCsvMatch($row, 'item_no'));
8989

9090

9191
$this->item['purchase_date'] = null;

0 commit comments

Comments
 (0)