Skip to content

Commit

Permalink
The hook jenv is deprecated New variable is jinja
Browse files Browse the repository at this point in the history
  • Loading branch information
alibaig4u committed Apr 11, 2023
1 parent bf296ec commit 6ef71b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions check_run/hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@
# For example: Role, Gender, etc.
# translated_search_doctypes = []

jenv = {
jinja = {
"methods": [
"get_default_address:frappe.contacts.doctype.address.address.get_default_address"
"frappe.contacts.doctype.address.address.get_default_address"
]
}

0 comments on commit 6ef71b7

Please sign in to comment.