mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 21:54:14 -08:00
Possible requestable fix
This commit is contained in:
parent
9eb4b0dda7
commit
81880645ed
|
@ -76,6 +76,7 @@ class AssetImporter extends ItemImporter
|
|||
}
|
||||
|
||||
$this->item['image'] = $this->findCsvMatch($row, "image");
|
||||
$this->item['requestable'] = (bool) $this->findCsvMatch($row, "requestable");
|
||||
$this->item['warranty_months'] = intval($this->findCsvMatch($row, "warranty_months"));
|
||||
$this->item['model_id'] = $this->createOrFetchAssetModel($row);
|
||||
|
||||
|
|
Loading…
Reference in a new issue