This commit is contained in:
Mauricio Baeza 2019-08-28 14:28:48 -05:00
parent a87c78fc6b
commit df901090a2
1 changed files with 1 additions and 1 deletions

View File

@ -1640,7 +1640,7 @@ function cmd_agregar_impuesto_click(){
return
}
if(impuesto='ISR' || tasa > 0){
if(impuesto=='ISR' && tasa > 0){
msg = 'El impuesto ISR debe ser tipo Retención'
msg_error(msg)
return