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

fix display of third party title for purchase invoices on invoice transmission sheet.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10667 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8f816ddd
...@@ -111,6 +111,7 @@ ...@@ -111,6 +111,7 @@
<string>my_description</string> <string>my_description</string>
<string>my_default_role_definition_agent_title</string> <string>my_default_role_definition_agent_title</string>
<string>total_amount</string> <string>total_amount</string>
<string>listbox_mirror_section_title</string>
</list> </list>
</value> </value>
</item> </item>
......
...@@ -338,7 +338,7 @@ ...@@ -338,7 +338,7 @@
<value> <value>
<list> <list>
<tuple> <tuple>
<string>getSourceSectionTitle</string> <string>mirror_section_title</string>
<string>Third Party</string> <string>Third Party</string>
</tuple> </tuple>
<tuple> <tuple>
...@@ -404,6 +404,10 @@ ...@@ -404,6 +404,10 @@
<key> <string>editable_columns</string> </key> <key> <string>editable_columns</string> </key>
<value> <value>
<list> <list>
<tuple>
<string>mirror_section_title</string>
<string>Third Party</string>
</tuple>
<tuple> <tuple>
<string>total_price</string> <string>total_price</string>
<string>Total Amount</string> <string>Total Amount</string>
......
25 27
\ No newline at end of file \ 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