From 6033d96a569eb2fee1bb08088cb554516dcf2740 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Tue, 22 May 2012 17:21:24 +0530 Subject: [PATCH] fixes in style settings --- erpnext/patches/may_2012/cms.py | 1 + 1 file changed, 1 insertion(+) 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