IDEMPIERE-2462 In table view, when using tab , it skip number box / thanks to Deepak Pansheriya
This commit is contained in:
parent
6386646199
commit
ee91d259f6
|
@ -466,7 +466,7 @@ public class NumberBox extends Div
|
|||
*/
|
||||
public boolean isEnabled()
|
||||
{
|
||||
return decimalBox.isReadonly();
|
||||
return !decimalBox.isReadonly();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue