From 9fcd8c050314ecfc03fd67f9710232b9af17f808 Mon Sep 17 00:00:00 2001 From: Mauricio Baeza Date: Sat, 20 Jan 2018 18:48:46 -0600 Subject: [PATCH] Tickets, mover cursor a buscar --- source/static/js/controller/tickets.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/static/js/controller/tickets.js b/source/static/js/controller/tickets.js index 9c1fc0d..00691a9 100644 --- a/source/static/js/controller/tickets.js +++ b/source/static/js/controller/tickets.js @@ -445,6 +445,9 @@ function grid_tickets_details_before_edit_stop(state, editor){ row['importe'] = (cantidad * precio_final).round(DECIMALES) grid.refresh() + if(cfg_ticket['edit_cant']){ + focus('tsearch_product_name') + } }