Modificar plantilla para generar TXT

This commit is contained in:
Mauricio Baeza 2021-07-12 20:59:32 -05:00
parent b57113195a
commit 575e80682c
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -48,7 +48,7 @@ def _get_header(row):
def _get_mov(row):
template = ('M1|{num_cuenta:<30}|{reference:<10}|{type_mov}|{importe:<20}|'
template = ('M |{num_cuenta:<30}|{reference:<10}|{type_mov}|{importe:<20}|'
'{diario:<10}|{importe_e:<20}|{description:<100}| '
)
num_cuenta = row[0]