commit | 6033d96a569eb2fee1bb08088cb554516dcf2740 | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@iwebnotes.com> | Tue May 22 17:21:24 2012 +0530 |
committer | Anand Doshi <anand@iwebnotes.com> | Tue May 22 17:21:24 2012 +0530 |
tree | 0ad50c3e71b749660beae8c461bedaa576d67da5 | |
parent | e780f661a7ca2cbc18be910d14aaccfd47ffb488 [diff] |
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