diff --git a/source/app/controllers/util.py b/source/app/controllers/util.py index db7aa25..db47329 100644 --- a/source/app/controllers/util.py +++ b/source/app/controllers/util.py @@ -1719,7 +1719,7 @@ class ImportFacturaLibre(object): data = [] for row in rows: - new = {t: row[s] for s, t in fields} + new = {t: row[s] for s, t in fields if row[s]} data.append(new) return data