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') + } }