commit | be59e7cc1032dc34d8627d46fde124d03cf75013 | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@iwebnotes.com> | Wed Jul 11 19:12:01 2012 +0530 |
committer | Anand Doshi <anand@iwebnotes.com> | Wed Jul 11 19:12:01 2012 +0530 |
tree | 17523e015285dd7bd29a1d0ac2a0bbb9b211417a | |
parent | f7765a899b0a0c57fdb41e9c1b1923304a4e5356 [diff] |
fixes in web cache
diff --git a/erpnext/website/web_cache.py b/erpnext/website/web_cache.py index 163a948..f83e562 100644 --- a/erpnext/website/web_cache.py +++ b/erpnext/website/web_cache.py
@@ -75,6 +75,7 @@ # save html in web cache webnotes.conn.begin() + clear_web_cache(doc_type, doc_name, page_name) webnotes.conn.set_value('Web Cache', page_name, 'html', html) webnotes.conn.commit()