fix report moves of invoices

This commit is contained in:
Wilson Gomez 2022-12-21 16:56:13 -05:00
parent f8326e0553
commit cda38450db
2 changed files with 1 additions and 1 deletions

View File

@ -633,7 +633,7 @@ class MovesInvoicesReport(CompanyReport):
report_context['records'] = moves_filtered
report_context['moves_filtered'] = moves_filtered
report_context['company'] = company.party
report_context['company'] = company
report_context['start'] = start
report_context['end'] = end
return report_context

Binary file not shown.