[minor] show brand html in toolbar

This commit is contained in:
Anand Doshi
2013-07-17 14:15:26 +05:30
parent 6537f3d25f
commit cc04a17030
3 changed files with 4 additions and 3 deletions

View File

@@ -18,9 +18,9 @@ from __future__ import unicode_literals
patch_list = [
"execute:webnotes.reload_doc('core', 'doctype', 'docfield') #2013-07-15",
"execute:webnotes.reload_doc('core', 'doctype', 'docperm') #2013-07-15",
"execute:webnotes.reload_doc('core', 'doctype', 'report') #2013-07-15",
"execute:webnotes.reload_doc('core', 'doctype', 'doctype') #2013-07-15",
"execute:webnotes.reload_doc('core', 'doctype', 'page') #2013-07-15",
"execute:webnotes.reload_doc('core', 'doctype', 'report') #2013-07-15",
"patches.mar_2012.clean_property_setter",
"patches.april_2012.naming_series_patch",
"patches.mar_2012.cleanup_control_panel",