fixes in style settings
diff --git a/erpnext/patches/may_2012/cms.py b/erpnext/patches/may_2012/cms.py
index 7b08754..2711b1d 100644
--- a/erpnext/patches/may_2012/cms.py
+++ b/erpnext/patches/may_2012/cms.py
@@ -8,4 +8,5 @@
 	
 	ss = get_obj('Style Settings')
 	ss.validate()
+	ss.doc.save()
 	ss.on_update()
\ No newline at end of file