From 3e6dc1eda215f430dc4506e8fb9d5aa9113aa942 Mon Sep 17 00:00:00 2001 From: Mauricio Baeza Date: Sat, 23 Dec 2017 00:02:25 -0600 Subject: [PATCH] Fix 72 --- source/app/controllers/util.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/app/controllers/util.py b/source/app/controllers/util.py index 505bb4f..fe28172 100644 --- a/source/app/controllers/util.py +++ b/source/app/controllers/util.py @@ -1753,14 +1753,15 @@ class ImportFacturaLibre(object): rows = self._cursor.fetchall() tasas = { + '0': 0.0, '16': 0.16, '16.00': 0.16, '11': 0.11, '-10': 0.10, - '0': 0.0, - '-2/3': 0.106667, '-0.5': 0.005, + '-2/3': 0.106667, '-10.6666': 0.106667, + '-10.666666': 0.106667, } data = []