IDEMPIERE-3916 / FHEG-599 / one more fix
This commit is contained in:
parent
15dd1f43ab
commit
b7911ce235
|
@ -992,7 +992,7 @@ public class MoveClient extends SvrProcess {
|
|||
seq.validateTableIDValue(); // ignore output messages
|
||||
}
|
||||
}
|
||||
}
|
||||
} else {
|
||||
for (String tableName : p_tablesToPreserveIDsList) {
|
||||
MSequence seq = MSequence.get(getCtx(), tableName, get_TrxName());
|
||||
if (seq != null) {
|
||||
|
@ -1000,6 +1000,7 @@ public class MoveClient extends SvrProcess {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
private int getLocalIDFor(String tableName, int foreignId) {
|
||||
String uuidCol = MTable.getUUIDColumnName(tableName);
|
||||
|
|
Loading…
Reference in New Issue