Fixed mapping of conversion rate for PO-PR and PO-PV

This commit is contained in:
Anand Doshi
2012-02-07 13:32:20 +05:30
parent d008964fd6
commit 7e8082e193
4 changed files with 157 additions and 108 deletions

View File

@@ -65,4 +65,9 @@ patch_list = [
'patch_file': 'deploy_packing_slip',
'description': "Delete old packing slip fields & print format & deploy new doctypes related to Packing Slip"
},
{
'patch_module': 'patches.jan_mar_2012',
'patch_file': 'map_conversion_rate',
'description': "Maps conversion rate in doctype mappers PO-PR and PO-PV"
},
]