From ef27dd867282b89b79cb81d8a7943b282bc0ffbd Mon Sep 17 00:00:00 2001 From: Mauricio Baeza Date: Wed, 6 Dec 2017 21:04:06 -0600 Subject: [PATCH] Fix - Issue 43 --- source/db/valores_iniciales.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/db/valores_iniciales.json b/source/db/valores_iniciales.json index 57ffeba..a2e306a 100644 --- a/source/db/valores_iniciales.json +++ b/source/db/valores_iniciales.json @@ -13,7 +13,7 @@ {"key": "001", "name": "ISR", "tasa": 0.10, "tipo": "R", "activo": true}, {"key": "002", "name": "IVA", "tasa": 0.0, "activo": true}, {"key": "002", "name": "IVA", "tasa": 0.10, "tipo": "R", "activo": true}, - {"key": "002", "name": "IVA", "tasa": 0.666667, "tipo": "R", "activo": true}, + {"key": "002", "name": "IVA", "tasa": 0.106667, "tipo": "R", "activo": true}, {"key": "000", "name": "Exento", "tipo": "E", "factor": "E", "activo": true} ] },