[minor] show brand html in toolbar
diff --git a/patches/patch_list.py b/patches/patch_list.py
index 176f4f8..0c2a523 100644
--- a/patches/patch_list.py
+++ b/patches/patch_list.py
@@ -18,9 +18,9 @@
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",