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:
Carlos Ruiz 2020-02-06 12:37:05 +01:00
parent c87223e5c9
commit 3ed3ca4761
1 changed files with 1 additions and 0 deletions

View File

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