IDEMPIERE-3916 / FHEG-599 / one more fix

This commit is contained in:
Carlos Ruiz 2019-03-19 12:22:33 -03:00
parent 15dd1f43ab
commit b7911ce235
1 changed files with 6 additions and 5 deletions

View File

@ -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);