diff --git a/erpnext/patches/may_2012/cms.py b/erpnext/patches/may_2012/cms.py index 7b08754c95..2711b1d1b4 100644 --- a/erpnext/patches/may_2012/cms.py +++ b/erpnext/patches/may_2012/cms.py @@ -8,4 +8,5 @@ def execute(): ss = get_obj('Style Settings') ss.validate() + ss.doc.save() ss.on_update() \ No newline at end of file