migrated to version-14 frappe

This commit is contained in:
Claudio Maradonna 2022-08-30 14:53:14 +02:00
parent 41a6414ae5
commit a006693a8c
Signed by: claudiomaradonna
GPG key ID: 0CBA58694C5680D9
2 changed files with 2 additions and 2 deletions

View file

@ -187,8 +187,8 @@ app_license = "GPLv3"
# For example: Role, Gender, etc.
# translated_search_doctypes = []
jenv = {
jinja = {
"methods": [
"html_to_markdown:u_utils.utils.html_to_markdown"
"u_utils.jinja.html_to_markdown"
]
}