mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 00:53:00 +01:00
Update import_xlsx.modules.php
This commit is contained in:
@@ -863,7 +863,7 @@ class ImportXlsx extends ModeleImports
|
||||
if (empty($keyfield)) {
|
||||
$keyfield = 'rowid';
|
||||
}
|
||||
$sqlSelect .= "WHERE " . $keyfield . " = " .((int) $lastinsertid);
|
||||
$sqlSelect .= " WHERE " . $keyfield . " = " .((int) $lastinsertid);
|
||||
|
||||
$resql = $this->db->query($sqlSelect);
|
||||
if ($resql) {
|
||||
|
||||
Reference in New Issue
Block a user