Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
This commit is contained in:
commit
02df7643f2
@ -889,8 +889,6 @@ class ImportXlsx extends ModeleImports
|
|||||||
if (!empty($updatekeys)) {
|
if (!empty($updatekeys)) {
|
||||||
// We do SELECT to get the rowid, if we already have the rowid, it's to be used below for related tables (extrafields)
|
// We do SELECT to get the rowid, if we already have the rowid, it's to be used below for related tables (extrafields)
|
||||||
|
|
||||||
$where = array();
|
|
||||||
|
|
||||||
if (empty($lastinsertid)) { // No insert done yet for a parent table
|
if (empty($lastinsertid)) { // No insert done yet for a parent table
|
||||||
$sqlSelect = "SELECT ".$fname." FROM " . $tablename;
|
$sqlSelect = "SELECT ".$fname." FROM " . $tablename;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user