Fix - Issue #134

This commit is contained in:
Mauricio Baeza 2018-01-16 11:28:59 -06:00
parent 6125623c5f
commit 6df74dfc05
1 changed files with 0 additions and 2 deletions

View File

@ -5161,8 +5161,6 @@ def _importar_facturas(rows):
detalles = row.pop('detalles')
impuestos = row.pop('impuestos')
cliente = row.pop('cliente')
if cliente['rfc'] == 'GTR0610314Z0':
cliente['slug'] = 'grupo_torque_sa_de_cv'
row['cliente'] = Socios.get(**cliente)
with database_proxy.atomic() as txn:
if _existe_factura(row):