Skip to content

Commit

Permalink
Merge PR #921 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by HviorForgeFlow
  • Loading branch information
OCA-git-bot committed Oct 22, 2024
2 parents fece3e3 + aebfc87 commit f0c3a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion report_py3o/models/_py3o_parser_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def format_multiline_value(value):


def display_address(address_record, without_company=False):
return address_record.display_address(without_company=without_company)
return address_record._display_address(without_company=without_company)


class Py3oParserContext(object):
Expand Down

0 comments on commit f0c3a80

Please sign in to comment.