fix: Typo
This commit is contained in:
parent
6292b38692
commit
5b97d66778
1 changed files with 1 additions and 1 deletions
|
|
@ -425,7 +425,7 @@ class CustomizeForm(Document):
|
|||
if not self.doc_type:
|
||||
return
|
||||
|
||||
reset_customization(self.doctype)
|
||||
reset_customization(self.doc_type)
|
||||
self.fetch_to_customize()
|
||||
|
||||
def reset_customization(doctype):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue