From 5b97d66778b2a4026c3f29f3eb3f4ab6c2e8da30 Mon Sep 17 00:00:00 2001 From: Suraj Shetty Date: Tue, 20 Oct 2020 11:20:56 +0530 Subject: [PATCH] fix: Typo --- frappe/custom/doctype/customize_form/customize_form.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/custom/doctype/customize_form/customize_form.py b/frappe/custom/doctype/customize_form/customize_form.py index c8c3182729..5c4e16fad7 100644 --- a/frappe/custom/doctype/customize_form/customize_form.py +++ b/frappe/custom/doctype/customize_form/customize_form.py @@ -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):