mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fix for CSV import
This commit is contained in:
parent
0b9d555f99
commit
570e72c083
@ -812,8 +812,10 @@ class ImportService
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (isset($data[$index])) {
|
||||||
$obj->$field = $data[$index];
|
$obj->$field = $data[$index];
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
return $obj;
|
return $obj;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user