Reload billing page patch
diff --git a/patches/patch.py b/patches/patch.py
index 76019c0..26372b0 100644
--- a/patches/patch.py
+++ b/patches/patch.py
@@ -1,7 +1,7 @@
 # REMEMBER to update this
 # ========================
 
-last_patch = 335
+last_patch = 336
 
 #-------------------------------------------
 
@@ -1354,4 +1354,6 @@
 		reload_doc('knowledge_base', 'doctype', 'answer')
 	elif patch_no == 335:
 		for dt in ['Account', 'Cost Center', 'Territory', 'Item Group', 'Customer Group']:
-			sql("update `tabDocField` set fieldtype = 'Link', options = %s where fieldname = 'old_parent' and parent = %s", (dt, dt))
\ No newline at end of file
+			sql("update `tabDocField` set fieldtype = 'Link', options = %s where fieldname = 'old_parent' and parent = %s", (dt, dt))
+	elif patch_no == 336:
+		reload_doc('server_tools','page','billing')
\ No newline at end of file