commit | c6b989c9d7cc35813a1a5c49c244fc9771c790bf | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Tue Mar 13 12:47:07 2012 +0530 |
committer | Nabin Hait <nabinhait@gmail.com> | Tue Mar 13 12:47:07 2012 +0530 |
tree | b85d32c7cf633db01b5e0ea0e2ee642e93e27f79 | |
parent | 9826ccce540a945a8cb8bb788a8f993aa5aae553 [diff] |
update stock reco permission
diff --git a/erpnext/patches/patch_list.py b/erpnext/patches/patch_list.py index 85a11a5..2bfaf08 100644 --- a/erpnext/patches/patch_list.py +++ b/erpnext/patches/patch_list.py
@@ -182,5 +182,10 @@ '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' + }, ]