IDEMPIERE-4863 : Enable save column width in WListBox - fix for System user (#1339)
This commit is contained in:
parent
74a4d8db1f
commit
0959a1d313
|
@ -151,7 +151,7 @@ public class MWlistboxCustomization extends X_AD_Wlistbox_Customization {
|
|||
{
|
||||
WlistBoxCust = new MWlistboxCustomization(ctx, 0, trxName);
|
||||
WlistBoxCust.setWlistboxName(AD_WListboxName);
|
||||
WlistBoxCust.setAD_User_ID(AD_User_ID);
|
||||
WlistBoxCust.set_ValueNoCheck(COLUMNNAME_AD_User_ID, AD_User_ID);
|
||||
WlistBoxCust.setCustom(Custom);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue