diff --git a/files/ZAZPolizas_v0.1.0.oxt b/files/ZAZPolizas_v0.1.0.oxt index 5a7e806..5e89723 100644 Binary files a/files/ZAZPolizas_v0.1.0.oxt and b/files/ZAZPolizas_v0.1.0.oxt differ diff --git a/source/pythonpath/main.py b/source/pythonpath/main.py index 534fc70..07a8377 100644 --- a/source/pythonpath/main.py +++ b/source/pythonpath/main.py @@ -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]