Commit d87b9502 authored by Fabien Morin's avatar Fabien Morin

use purchase_supply_line_source_title instead of source_title and...

use purchase_supply_line_source_title instead of source_title and sale_supply_line_source_title instead of destination_title

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29447 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4da1e35e
...@@ -319,11 +319,11 @@ ...@@ -319,11 +319,11 @@
<string>Description</string> <string>Description</string>
</tuple> </tuple>
<tuple> <tuple>
<string>source_title</string> <string>purchase_supply_line_source_title</string>
<string>Supplier</string> <string>Supplier</string>
</tuple> </tuple>
<tuple> <tuple>
<string>source_reference</string> <string>purchase_supply_line_source_reference</string>
<string>Supplier Reference</string> <string>Supplier Reference</string>
</tuple> </tuple>
<tuple> <tuple>
...@@ -396,11 +396,11 @@ ...@@ -396,11 +396,11 @@
<string>Description</string> <string>Description</string>
</tuple> </tuple>
<tuple> <tuple>
<string>source_title</string> <string>purchase_supply_line_source_title</string>
<string>Supplier</string> <string>Supplier</string>
</tuple> </tuple>
<tuple> <tuple>
<string>source_reference</string> <string>purchase_supply_line_source_reference</string>
<string>Supplier Reference</string> <string>Supplier Reference</string>
</tuple> </tuple>
<tuple> <tuple>
...@@ -585,11 +585,11 @@ ...@@ -585,11 +585,11 @@
<string>Description</string> <string>Description</string>
</tuple> </tuple>
<tuple> <tuple>
<string>source_title</string> <string>purchase_supply_line_source_title</string>
<string>Supplier</string> <string>Supplier</string>
</tuple> </tuple>
<tuple> <tuple>
<string>source_reference</string> <string>purchase_supply_line_source_reference</string>
<string>Supplier Reference</string> <string>Supplier Reference</string>
</tuple> </tuple>
<tuple> <tuple>
...@@ -635,11 +635,11 @@ ...@@ -635,11 +635,11 @@
<string>Description</string> <string>Description</string>
</tuple> </tuple>
<tuple> <tuple>
<string>source_title</string> <string>purchase_supply_line_source_title</string>
<string>Supplier</string> <string>Supplier</string>
</tuple> </tuple>
<tuple> <tuple>
<string>source_reference</string> <string>purchase_supply_line_source_reference</string>
<string>Supplier Reference</string> <string>Supplier Reference</string>
</tuple> </tuple>
<tuple> <tuple>
......
...@@ -84,8 +84,6 @@ ...@@ -84,8 +84,6 @@
<value> <value>
<list> <list>
<string>my_title</string> <string>my_title</string>
<string>my_source_title</string>
<string>my_source_reference</string>
<string>my_resource</string> <string>my_resource</string>
<string>my_trade_description</string> <string>my_trade_description</string>
<string>my_base_weight</string> <string>my_base_weight</string>
......
...@@ -327,11 +327,11 @@ ...@@ -327,11 +327,11 @@
<string>Apparel Colour Range</string> <string>Apparel Colour Range</string>
</tuple> </tuple>
<tuple> <tuple>
<string>destination_title</string> <string>sale_supply_line_destination_title</string>
<string>Customer</string> <string>Customer</string>
</tuple> </tuple>
<tuple> <tuple>
<string>destination_reference</string> <string>sale_supply_line_destination_reference</string>
<string>Customer Reference</string> <string>Customer Reference</string>
</tuple> </tuple>
<tuple> <tuple>
...@@ -396,11 +396,11 @@ ...@@ -396,11 +396,11 @@
<string>Apparel Colour Range</string> <string>Apparel Colour Range</string>
</tuple> </tuple>
<tuple> <tuple>
<string>destination_title</string> <string>sale_supply_line_destination_title</string>
<string>Customer</string> <string>Customer</string>
</tuple> </tuple>
<tuple> <tuple>
<string>destination_reference</string> <string>sale_supply_line_destination_reference</string>
<string>Customer Reference</string> <string>Customer Reference</string>
</tuple> </tuple>
<tuple> <tuple>
...@@ -581,11 +581,11 @@ ...@@ -581,11 +581,11 @@
<string>Description</string> <string>Description</string>
</tuple> </tuple>
<tuple> <tuple>
<string>destination_title</string> <string>sale_supply_line_destination_title</string>
<string>Customer</string> <string>Customer</string>
</tuple> </tuple>
<tuple> <tuple>
<string>destination_reference</string> <string>sale_supply_line_destination_reference</string>
<string>Customer Reference</string> <string>Customer Reference</string>
</tuple> </tuple>
<tuple> <tuple>
...@@ -635,11 +635,11 @@ ...@@ -635,11 +635,11 @@
<string>Description</string> <string>Description</string>
</tuple> </tuple>
<tuple> <tuple>
<string>destination_title</string> <string>sale_supply_line_destination_title</string>
<string>Customer</string> <string>Customer</string>
</tuple> </tuple>
<tuple> <tuple>
<string>destination_reference</string> <string>sale_supply_line_destination_reference</string>
<string>Customer Reference</string> <string>Customer Reference</string>
</tuple> </tuple>
<tuple> <tuple>
......
...@@ -96,8 +96,6 @@ ...@@ -96,8 +96,6 @@
<string>my_apparel_shape_title</string> <string>my_apparel_shape_title</string>
<string>my_apparel_colour_range_title</string> <string>my_apparel_colour_range_title</string>
<string>my_trade_description</string> <string>my_trade_description</string>
<string>my_destination_title</string>
<string>my_destination_reference</string>
<string>my_origin</string> <string>my_origin</string>
<string>my_apparel_model_template_title</string> <string>my_apparel_model_template_title</string>
<string>my_apparel_cloth_title_list</string> <string>my_apparel_cloth_title_list</string>
......
84 85
\ 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