chore: add removed message
Not sure why this was removed
This commit is contained in:
parent
26e73208d5
commit
c36dabbc63
1 changed files with 1 additions and 0 deletions
|
|
@ -170,6 +170,7 @@ def sync_customizations_for_doctype(data: dict, folder: str, filename: str = "")
|
|||
if data["property_setters"]:
|
||||
sync("property_setters", "Property Setter", "doc_type")
|
||||
|
||||
print(f"Updating customizations for {doctype}")
|
||||
if data.get("custom_perms"):
|
||||
sync("custom_perms", "Custom DocPerm", "parent")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue