Browse Source

fixed module for address

version-14
Nabin Hait 8 years ago
parent
commit
aa2a8a9c3c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      frappe/hooks.py

+ 1
- 1
frappe/hooks.py View File

@@ -96,7 +96,7 @@ has_permission = {
} }


has_website_permission = { has_website_permission = {
"Address": "frappe.geo.doctype.address.address.has_website_permission"
"Address": "frappe.contacts.doctype.address.address.has_website_permission"
} }


standard_queries = { standard_queries = {


Loading…
Cancel
Save