diff --git a/erpnext/patches/patch_list.py b/erpnext/patches/patch_list.py index 85a11a591d..2bfaf08e15 100644 --- a/erpnext/patches/patch_list.py +++ b/erpnext/patches/patch_list.py @@ -182,5 +182,10 @@ patch_list = [ 'patch_file': 'remove_series_defval', 'description': 'Remove rv series default value' }, + { + 'patch_module': 'patches.jan_mar_2012', + 'patch_file': 'update_stockreco_perm', + 'description': 'Update stock reco permission' + }, ]