IDEMPIERE-653 Window stay read-only if first record is System.

This commit is contained in:
Heng Sin Low 2013-02-22 14:30:16 +08:00
parent 379aa8ca1a
commit 9e10389533
1 changed files with 2 additions and 1 deletions

View File

@ -1992,7 +1992,8 @@ public class GridField
{
try {
GridField field = (GridField) super.clone();
field.m_vo.ctx = ctx;
field.m_vo = field.m_vo.clone(ctx, field.m_vo.WindowNo, field.m_vo.TabNo,
field.m_vo.AD_Window_ID, field.m_vo.AD_Tab_ID, field.m_vo.tabReadOnly);
field.m_vo.lookupInfo = null;
return field;
} catch (CloneNotSupportedException e) {