Fix - Plantilla ODS predeterminada

This commit is contained in:
Mauricio Baeza 2017-11-30 21:40:49 -06:00
parent a30bb4fcd3
commit 5efc3a9ce7
4 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -13,7 +13,6 @@ source/media
# Sphinx documentation
docs/
*.ods
*.xlsx
credenciales.conf

View File

@ -1566,6 +1566,7 @@ class ImportFacturaLibre(object):
'-10': 0.10,
'0': 0.0,
'-2/3': 0.666667,
'-0.5': 0.005,
}
data = []

View File

@ -3755,6 +3755,7 @@ def _importar_facturas(rows):
except IntegrityError as e:
msg = '\tFactura: id: {}'.format(row['serie'] + str(row['folio']))
log.error(msg)
log.info('\tFacturas importadas...')
return

Binary file not shown.