Tickets, mover cursor a buscar

This commit is contained in:
Mauricio Baeza 2018-01-20 18:49:07 -06:00
commit 2c5603d81b
1 changed files with 3 additions and 0 deletions

View File

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