Skip to content

Commit

Permalink
Revert "TrazaRenpre: fix #42: parámetro Paso de frontera"
Browse files Browse the repository at this point in the history
This reverts commit 4f6a93d.
  • Loading branch information
reingart committed Feb 23, 2021
1 parent 66f18be commit 1c15a91
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions trazarenpre.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ def SaveTransacciones(self, usuario, password,
id_evento=None, cod_producto=None, n_cantidad=None,
n_documento_operacion=None, n_remito=None,
id_tipo_transporte=None,
id_paso_frontera=None,
id_paso_frontera_ingreso=None,
id_paso_frontera_egreso=None,
id_tipo_documento_operacion=None,
d_dominio_tractor=None,
d_dominio_semi=None,
Expand All @@ -125,7 +126,8 @@ def SaveTransacciones(self, usuario, password,
'n_documento_operacion': n_documento_operacion,
'n_remito': n_remito,
'id_tipo_transporte': id_tipo_transporte,
'id_paso_frontera': id_paso_frontera,
'id_paso_frontera_ingreso': id_paso_frontera_ingreso,
'id_paso_frontera_egreso': id_paso_frontera_egreso,
'id_tipo_documento_operacion': id_tipo_documento_operacion,
'd_dominio_tractor': d_dominio_tractor,
'd_dominio_semi': d_dominio_semi,
Expand Down

0 comments on commit 1c15a91

Please sign in to comment.