diff --git a/erpnext/patches/patch_list.py b/erpnext/patches/patch_list.py index 65448859d28..f7b82f3ff69 100644 --- a/erpnext/patches/patch_list.py +++ b/erpnext/patches/patch_list.py @@ -252,5 +252,10 @@ patch_list = [ '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' + }, ]