commit | 8ac5ccae0ac7ca0cbcccbed08cafdd938db0eca0 | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@iwebnotes.com> | Wed Mar 28 19:29:55 2012 +0530 |
committer | Anand Doshi <anand@iwebnotes.com> | Wed Mar 28 19:29:55 2012 +0530 |
tree | 1639c93df7479aec2585a9f26cab8badfb6bf249 | |
parent | 9767f79845262c54f4782b815e65c14eaf1f4371 [diff] |
fix in Sales Order-Receivable Voucher Mapper
diff --git a/erpnext/patches/patch_list.py b/erpnext/patches/patch_list.py index 5e6a504..3099456 100644 --- a/erpnext/patches/patch_list.py +++ b/erpnext/patches/patch_list.py
@@ -217,5 +217,10 @@ 'patch_file': 'mapper_fix', 'description': 'DN-RV duplicate table entry' }, + { + 'patch_module': 'patches.mar_2012', + 'patch_file': 'so_rv_mapper_fix', + 'description': 'SO-RV duplicate mapper entry removal' + }, ]