[IMP] account_financial_report: pre-commit auto fixes

This commit is contained in:
Henrik Norlin
2024-01-24 12:12:00 +01:00
committed by chaule97
parent f202a3396a
commit 0b128f03ee
21 changed files with 171 additions and 177 deletions

View File

@@ -347,7 +347,7 @@ class GeneralLedgerReport(models.AbstractModel):
elif move_line_data["name"] == "":
ref_label = move_line_data["ref"]
else:
ref_label = move_line_data["ref"] + str(" - ") + move_line_data["name"]
ref_label = move_line_data["ref"] + " - " + move_line_data["name"]
move_line_data.update({"ref_label": ref_label})
return move_line_data