From c6b989c9d7cc35813a1a5c49c244fc9771c790bf Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Tue, 13 Mar 2012 12:47:07 +0530 Subject: [PATCH] update stock reco permission --- erpnext/patches/patch_list.py | 5 +++++ 1 file changed, 5 insertions(+) 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' + }, ]