IDEMPIERE-2462 In table view, when using tab , it skip number box / thanks to Deepak Pansheriya

This commit is contained in:
Carlos Ruiz 2015-02-25 08:32:03 -05:00
parent 6386646199
commit ee91d259f6
1 changed files with 1 additions and 1 deletions

View File

@ -466,7 +466,7 @@ public class NumberBox extends Div
*/
public boolean isEnabled()
{
return decimalBox.isReadonly();
return !decimalBox.isReadonly();
}
@Override