Agregar impuesto IEPS 8

This commit is contained in:
Mauricio Baeza 2018-01-22 14:51:32 -06:00
parent d44d0ea263
commit 5cfbb70c4c
2 changed files with 1 additions and 1 deletions

View File

@ -2481,6 +2481,7 @@ class ImportFacturaLibre(object):
'25': 0.25,
'26.5': 0.265,
'30': 0.30,
'8': 0.08,
}
data = []

View File

@ -5346,7 +5346,6 @@ def get_empresas():
def empresa_agregar(rfc, no_bd):
print (no_bd)
rfc = rfc.upper()
if util.get_con(rfc):
msg = 'El RFC ya esta dado de alta'