IDEMPIERE-3179:record should move to editing mode when user is editing first field

a bit optimize and use common function
This commit is contained in:
hieplq 2016-09-04 21:43:52 +07:00
parent 2f41998354
commit 5adb11ed1c
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ Copyright (C) 2007 Ashley G Ramdass.
var isEditting = winLayoutWg.get ("isEditting"); var isEditting = winLayoutWg.get ("isEditting");
// winLayoutWg should cache to improve perfomance // winLayoutWg should cache to improve perfomance
if (isEditting == "false"){ if (isEditting == "false"){
zAu.send(new zk.Event(zk.Widget.$(this), 'onChange',{"value":this.$n().value}));//fire change event to move to edit id.zk.Extend.fakeOnchange (this);//fire change event to move to edit
} }
} }
} }