Commit be553671 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

* differentiate 'Account' title in Purchase / Sale tabs in Resource view.

* display source_account instead of destination_account in Internal tab in Resource view just same as Sale tab.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29969 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9072b4f3
......@@ -250,7 +250,7 @@
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Account</string> </value>
<value> <string>Client Account</string> </value>
</item>
<item>
<key> <string>unicode</string> </key>
......
......@@ -250,7 +250,7 @@
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Account</string> </value>
<value> <string>Supplier Account</string> </value>
</item>
<item>
<key> <string>unicode</string> </key>
......
......@@ -107,7 +107,7 @@
<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>
<string>my_internal_supply_line_source_account</string>
<string>my_internal_supply_line_priced_quantity</string>
<string>my_internal_supply_line_start_date_range_min</string>
<string>my_internal_supply_line_start_date_range_max</string>
......
......@@ -17,7 +17,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>my_internal_supply_line_destination_account</string> </value>
<value> <string>my_internal_supply_line_source_account</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_destination_account</string> </value>
<value> <string>my_source_account</string> </value>
</item>
<item>
<key> <string>form_id</string> </key>
......
374
\ No newline at end of file
375
\ 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