IDEMPIERE-4167 Can't use Copy Info Window columns process with an Order By clause - add suggestion from Nicolas to save the valid status
This commit is contained in:
parent
c87223e5c9
commit
3ed3ca4761
|
@ -103,6 +103,7 @@ public class CopyInfoWindowColumns extends SvrProcess
|
||||||
m_count++;
|
m_count++;
|
||||||
}
|
}
|
||||||
targetInfoWindow.validate();
|
targetInfoWindow.validate();
|
||||||
|
targetInfoWindow.saveEx();
|
||||||
//
|
//
|
||||||
return "#" + m_count;
|
return "#" + m_count;
|
||||||
} // doIt
|
} // doIt
|
||||||
|
|
Loading…
Reference in New Issue