Commit e9ded6f8 authored by Jérome Perrin's avatar Jérome Perrin

also export third party's region

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35065 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent cdec4aee
......@@ -163,6 +163,7 @@ for delivery in delivery_list:\n
payment_mode=movement.getPaymentModeTranslatedTitle(),\n
mirror_section_title=movement.getDestinationSectionTitle(),\n
mirror_payment_title=getBankAccountTitle(movement.getDestinationPaymentValue()),\n
mirror_section_region_title=movement.getDestinationRegionTranslatedTitle(),\n
function_title=getTitle(movement.getSourceFunctionValue()),\n
project_title=getTitle(movement.getSourceProjectValue()),\n
product_line=movement.getProductLineTranslatedTitle(),\n
......@@ -205,6 +206,7 @@ for delivery in delivery_list:\n
payment_title=getBankAccountTitle(movement.getDestinationPaymentValue()),\n
payment_mode=movement.getPaymentModeTranslatedTitle(),\n
mirror_section_title=movement.getSourceSectionTitle(),\n
mirror_section_region_title=movement.getSourceRegionTranslatedTitle(),\n
mirror_payment_title=getBankAccountTitle(movement.getSourcePaymentValue()),\n
function_title=getTitle(movement.getDestinationFunctionValue()),\n
project_title=getTitle(movement.getDestinationProjectValue()),\n
......
......@@ -138,6 +138,10 @@
<string>mirror_payment_title</string>
<string>Third Party Bank Account</string>
</tuple>
<tuple>
<string>mirror_section_region_title</string>
<string>Third Party Region</string>
</tuple>
<tuple>
<string>function_title</string>
<string>Function</string>
......
1210
\ No newline at end of file
1211
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment