New inventory sales report. Shows total sales - costs - contribution per category...
[fa-stable.git] / js / inserts.js
index 2b244ec5872fe3a0db152e40d212a8b6c3ac47ed..235de1812167082b813805397856340a4761a19a 100644 (file)
@@ -130,6 +130,8 @@ var inserts = {
                if(e.onfocus==undefined) {
                        e.onfocus = function() {
                            save_focus(this);
+                               if (this.className == 'combo') 
+                                       this.select();
                        };
                }
                if (e.className == 'combo' || e.className == 'combo2') {