Commit f3c9d4a0 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

display destination information instead of source information in...

display destination information instead of source information in Resource_viewDefaultInternalSupplyLine just same as Resource_viewDefaultSaleSupplyLine.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29965 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d0c01b55
......@@ -103,8 +103,8 @@
<key> <string>left</string> </key>
<value>
<list>
<string>my_internal_supply_line_source_title</string>
<string>my_internal_supply_line_source_reference</string>
<string>my_internal_supply_line_destination_title</string>
<string>my_internal_supply_line_destination_reference</string>
<string>my_internal_supply_line_base_price</string>
<string>my_internal_supply_line_price_currency</string>
<string>my_internal_supply_line_destination_account</string>
......
......@@ -17,7 +17,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>my_internal_supply_line_source_title</string> </value>
<value> <string>my_internal_supply_line_destination_reference</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......@@ -74,7 +74,7 @@
<dictionary>
<item>
<key> <string>field_id</string> </key>
<value> <string>my_source_title</string> </value>
<value> <string>my_sale_reference</string> </value>
</item>
<item>
<key> <string>form_id</string> </key>
......
......@@ -17,7 +17,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>my_internal_supply_line_source_reference</string> </value>
<value> <string>my_internal_supply_line_destination_title</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......@@ -74,7 +74,7 @@
<dictionary>
<item>
<key> <string>field_id</string> </key>
<value> <string>my_purchase_reference</string> </value>
<value> <string>my_destination_title</string> </value>
</item>
<item>
<key> <string>form_id</string> </key>
......
372
\ No newline at end of file
373
\ 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