Tickets, mover cursor a buscar

This commit is contained in:
Mauricio Baeza 2018-01-20 18:48:46 -06:00
parent 6a32760b05
commit 9fcd8c0503
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')
}
}