From abad7898af7a6d11a29d6fd7159c71bb61b342da Mon Sep 17 00:00:00 2001 From: Borruso Date: Thu, 24 Aug 2023 14:46:24 +0200 Subject: [PATCH] [REF] l10n_it_central_journal_reportlab: update title like report in "l10n_it_central_journal" --- l10n_it_central_journal_reportlab/wizard/print_giornale.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/l10n_it_central_journal_reportlab/wizard/print_giornale.py b/l10n_it_central_journal_reportlab/wizard/print_giornale.py index 5c67f72c83e9..ed60f9c4f7e3 100644 --- a/l10n_it_central_journal_reportlab/wizard/print_giornale.py +++ b/l10n_it_central_journal_reportlab/wizard/print_giornale.py @@ -203,7 +203,11 @@ def _get_account_name_reportlab(self, line): def get_template_header_report_giornale(self, report, height_available): report.setFont("Helvetica-Bold", 12) height_available -= gap - report.drawString(margin_left, height_available, self.company_id.name) + report.drawString( + margin_left, + height_available, + self.company_id.name + _(" - Account Central Journal"), + ) report.setFont("Helvetica", 10) text = "" if self.company_id.street: