IDEMPIERE-3426:improve tab behavior

open account tab to next tab
This commit is contained in:
hieplq 2017-07-15 03:20:18 +07:00
parent 38fae63d1b
commit e3fc9f9648
1 changed files with 1 additions and 0 deletions

View File

@ -227,6 +227,7 @@ public class WAcctViewer extends Window implements EventListener<Event>
init();
dynInit (AD_Table_ID, Record_ID);
setAttribute(MODE_KEY, MODE_EMBEDDED);
setAttribute(Window.INSERT_POSITION_KEY, Window.INSERT_NEXT);
AEnv.showWindow(this);
}
catch(Exception e)