IDEMPIERE-3590 : Can't open Preference popup if no field is set as QuickEntry (#1989)
* IDEMPIERE-3590 : Can't open Preference popup if no field is set as QuickEntry * IDEMPIERE-3590 : added translation * IDEMPIERE-3590 : Can't open Preference popup if no field is set as QuickEntry * IDEMPIERE-3590 : remove unused class
This commit is contained in:
parent
1efe7a4ac5
commit
28fe98ba11
|
@ -100,7 +100,8 @@ public class WPreference extends WQuickEntry implements EventListener<Event>, Va
|
|||
preferences = MUserPreference.getUserPreference(Env.getAD_User_ID(Env.getCtx()), Env.getAD_Client_ID(Env.getCtx()));
|
||||
recordId = preferences.get_ID();
|
||||
|
||||
loadRecord(recordId);
|
||||
if(getQuickFields()>0)
|
||||
loadRecord(recordId);
|
||||
} //loadPreferences
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue