reload stock ledger report
diff --git a/erpnext/patches/august_2012/reload_stock_ledger.py b/erpnext/patches/august_2012/reload_stock_ledger.py
new file mode 100644
index 0000000..d0ec9ee
--- /dev/null
+++ b/erpnext/patches/august_2012/reload_stock_ledger.py
@@ -0,0 +1,4 @@
+def execute():
+	import webnotes
+	from webnotes.modules import reload_doc
+	reload_doc('stock', 'Report', 'Stock Ledger')
\ No newline at end of file
diff --git a/erpnext/patches/patch_list.py b/erpnext/patches/patch_list.py
index e0895e5..4f7ce1a 100644
--- a/erpnext/patches/patch_list.py
+++ b/erpnext/patches/patch_list.py
@@ -533,4 +533,8 @@
 		'patch_module': 'patches.august_2012',
 		'patch_file': 'remove_cash_flow_statement',
 	},
+	{
+		'patch_module': 'patches.august_2012',
+		'patch_file': 'reload_stock_ledger',
+	},
 ]
\ No newline at end of file