IDEMPIERE-4863 : Enable save column width in WListBox - fix for System user (#1339)

This commit is contained in:
Nicolas Micoud 2022-05-19 15:02:14 +02:00 committed by GitHub
parent 74a4d8db1f
commit 0959a1d313
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}