Index: ssts-web/src/main/webapp/disinfectsystem/assestManagement/godownEntry/godownEntryView.js =================================================================== diff -u -r14820 -r14938 --- ssts-web/src/main/webapp/disinfectsystem/assestManagement/godownEntry/godownEntryView.js (.../godownEntryView.js) (revision 14820) +++ ssts-web/src/main/webapp/disinfectsystem/assestManagement/godownEntry/godownEntryView.js (.../godownEntryView.js) (revision 14938) @@ -1037,13 +1037,13 @@ tabIndex : 8, listeners : { select : function(field, r) { - top.Ext.getCmp('invoice1').focus(); + top.Ext.getCmp('hasInvoice').focus(); }, specialKey:function(f,e){ if (e.getKey() == Ext.EventObject.ENTER) { if(sstsConfig.godownEntryShowInvoice){ - top.Ext.getCmp('invoice1').focus(); - top.Ext.getCmp('invoice1').selectText(); + top.Ext.getCmp('hasInvoice').focus(); + top.Ext.getCmp('hasInvoice').selectText(); }else{ top.Ext.getCmp('manufacturer').focus(); top.Ext.getCmp('manufacturer').selectText();