IDEMPIERE-1106 Zk: Locator field seems editable.
This commit is contained in:
parent
dd40704ba2
commit
209abb49ee
|
@ -113,7 +113,7 @@ public class EditorBox extends Div {
|
|||
* @return boolean
|
||||
*/
|
||||
public boolean isEnabled() {
|
||||
return !txt.isReadonly();
|
||||
return btn.isEnabled();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue