chore: add removed message

Not sure why this was removed
This commit is contained in:
Ankush Menat 2023-04-11 11:26:47 +05:30
parent 26e73208d5
commit c36dabbc63

View file

@ -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")