Added min_amt explicitly
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
0758e73c5f
commit
f05dce8960
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ class LicenseImporter extends ItemImporter
|
|||
$this->item['order_number'] = trim($this->findCsvMatch($row, 'order_number'));
|
||||
$this->item['reassignable'] = trim($this->findCsvMatch($row, 'reassignable'));
|
||||
$this->item['manufacturer'] = $this->createOrFetchManufacturer(trim($this->findCsvMatch($row, 'manufacturer')));
|
||||
$this->item['min_amt'] = trim($this->findCsvMatch($row, 'min_amt'));
|
||||
|
||||
if($this->item['reassignable'] == "")
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue