Skip to content

Commit

Permalink
Merge pull request #90 from alibaig4u/version-14
Browse files Browse the repository at this point in the history
The hook jenv is deprecated New variable is jinja
  • Loading branch information
agritheory authored Apr 11, 2023
2 parents bf296ec + 6ef71b7 commit 5afcfd1
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 5afcfd1

Please sign in to comment.