IDEMPIERE-775 Documents without C_DocType_ID cannot be distributed directly
This commit is contained in:
parent
e31bf2c561
commit
6ce125d160
|
@ -266,6 +266,7 @@ public abstract class Doc
|
||||||
log.severe(msg);
|
log.severe(msg);
|
||||||
throw new IllegalArgumentException(msg);
|
throw new IllegalArgumentException(msg);
|
||||||
}
|
}
|
||||||
|
p_po.load(p_po.get_TrxName()); // reload the PO to get any virtual column that was not obtained using the rs (IDEMPIERE-775)
|
||||||
|
|
||||||
// DocStatus
|
// DocStatus
|
||||||
int index = p_po.get_ColumnIndex("DocStatus");
|
int index = p_po.get_ColumnIndex("DocStatus");
|
||||||
|
|
Loading…
Reference in New Issue