Add products without taxes

This commit is contained in:
Mauricio Baeza 2021-07-26 22:40:59 -05:00
parent 4006322f30
commit 7e7b08b1c0
1 changed files with 4 additions and 4 deletions

View File

@ -228,10 +228,10 @@ function cmd_save_product_click(id, e, node){
}
var rows = $$('grid_product_taxes').getSelectedId(true, true)
if (rows.length == 0){
msg_error('Selecciona un impuesto')
return
}
//~ if (rows.length == 0){
//~ msg_error('Selecciona un impuesto')
//~ return
//~ }
var values = form.getValues();