patch list updated
diff --git a/erpnext/patches/patch_list.py b/erpnext/patches/patch_list.py
index 6544885..f7b82f3 100644
--- a/erpnext/patches/patch_list.py
+++ b/erpnext/patches/patch_list.py
@@ -252,5 +252,10 @@
 		'patch_file': 'serial_no_fixes',
 		'description': 'fixes for sle creation while import'
 	},
+	{
+		'patch_module': 'patches.april_2012',
+		'patch_file': 'repost_stock_for_posting_time',
+		'description': 'repost stock for posting time 00:00:seconds'
+	},
 
 ]