mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[13.0][FIX] _py3o_parser_context._old_format_lang useless env param in calling _format_date
This commit is contained in:
@@ -136,4 +136,4 @@ class Py3oParserContext(object):
|
|||||||
no_break_space=True,
|
no_break_space=True,
|
||||||
)
|
)
|
||||||
|
|
||||||
return self._format_date(self._env, value)
|
return self._format_date(value)
|
||||||
|
|||||||
Reference in New Issue
Block a user