Index: ssts-web/src/main/webapp/disinfectsystem/assestManagement/godownEntry/interfere/godownEntryView.js =================================================================== diff -u -r20273 -r21470 --- ssts-web/src/main/webapp/disinfectsystem/assestManagement/godownEntry/interfere/godownEntryView.js (.../godownEntryView.js) (revision 20273) +++ ssts-web/src/main/webapp/disinfectsystem/assestManagement/godownEntry/interfere/godownEntryView.js (.../godownEntryView.js) (revision 21470) @@ -962,13 +962,13 @@ tabIndex : 8, listeners : { select : function(field, r) { - top.Ext.getCmp('invoice1').focus(); +// top.Ext.getCmp('invoice1').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('invoice1').focus(); +// top.Ext.getCmp('invoice1').selectText(); }else{ top.Ext.getCmp('manufacturer').focus(); top.Ext.getCmp('manufacturer').selectText();