IDEMPIERE-5078 - fix typo C_DocType should be C_DocType_ID (#1045)
This commit is contained in:
parent
0dbbdcadab
commit
236608e1cd
|
@ -1021,7 +1021,7 @@ public class MInOut extends X_M_InOut implements DocAction, IDocsPostProcess
|
|||
*/
|
||||
protected boolean beforeSave (boolean newRecord)
|
||||
{
|
||||
if(newRecord || is_ValueChanged("C_DocType")) {
|
||||
if(newRecord || is_ValueChanged("C_DocType_ID")) {
|
||||
setMovementType();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue