Add missign conversion to string from dictionary to save some SII information

This commit is contained in:
Bernat Brunet Torruella 2018-10-19 09:57:07 +02:00
parent fd6a3bfdef
commit 087ab7ab82
1 changed files with 1 additions and 1 deletions

View File

@ -658,7 +658,7 @@ class SIIReport(Workflow, ModelSQL, ModelView):
reg.DatosPresentacion.TimestampPresentacion),
'csv': reg.DatosPresentacion.CSV,
'balance_state': reg.DatosPresentacion.CSV,
'aeat_register': reg,
'aeat_register': str(reg),
}
lines_to_create.append(sii_report_line)
SIIReportLine.create(lines_to_create)