1003424 2Pack failed to export C_ValidCombination (Account) field correctly. IDEMPIERE-1508
This commit is contained in:
parent
860a0a615d
commit
5718de9d93
|
@ -263,6 +263,9 @@ public class PoExporter {
|
|||
tableName = lookupColumn.substring(0, lookupColumn.indexOf("."));
|
||||
}
|
||||
addTableReference(columnName, tableName, new AttributesImpl());
|
||||
} else if (DisplayType.Account == displayType) {
|
||||
String tableName = "C_ValidCombination";
|
||||
addTableReference(columnName, tableName, new AttributesImpl());
|
||||
} else if (DisplayType.isLOB(displayType)) {
|
||||
addBlob(columnName);
|
||||
} else if (columnName.equals(po.getUUIDColumnName()) && po.get_Value(columnName) == null) {
|
||||
|
|
Loading…
Reference in New Issue