From 8ac5ccae0ac7ca0cbcccbed08cafdd938db0eca0 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Wed, 28 Mar 2012 19:29:55 +0530 Subject: [PATCH] fix in Sales Order-Receivable Voucher Mapper --- 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 5e6a50423d..3099456f19 100644 --- a/erpnext/patches/patch_list.py +++ b/erpnext/patches/patch_list.py @@ -217,5 +217,10 @@ patch_list = [ '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' + }, ]