Fix - Ancho de la referencia

This commit is contained in:
Mauricio Baeza 2021-07-07 19:51:45 -05:00
parent b78a99a969
commit b57113195a
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -52,7 +52,7 @@ def _get_mov(row):
'{diario:<10}|{importe_e:<20}|{description:<100}| '
)
num_cuenta = row[0]
reference = row[6]
reference = row[6][:10]
type_mov = '0'
importe = row[2]
importe_e = row[4]