Commit a3e7d0a2 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

* change the order of 'Currency' in PurchaseSupply_view same as SaleSupply_view.

* more fixes for 'Start After' and 'Start Before' to 'Valid From' and 'Valid Until'.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29949 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4d327da8
......@@ -135,11 +135,11 @@
</tuple>
<tuple>
<string>start_date_range_min</string>
<string>Start After</string>
<string>Valid From</string>
</tuple>
<tuple>
<string>start_date_range_max</string>
<string>Start Before</string>
<string>Valid Until</string>
</tuple>
<tuple>
<string>translated_validation_state_title</string>
......
......@@ -109,11 +109,11 @@
</tuple>
<tuple>
<string>start_date_range_min</string>
<string>Start After</string>
<string>Valid From</string>
</tuple>
<tuple>
<string>start_date_range_max</string>
<string>Start Before</string>
<string>Valid Until</string>
</tuple>
<tuple>
<string>translated_validation_state_title</string>
......
......@@ -91,10 +91,10 @@
<value>
<list>
<string>my_title</string>
<string>my_price_currency</string>
<string>my_destination_section_title</string>
<string>my_destination_title</string>
<string>my_destination_decision_title</string>
<string>my_price_currency</string>
</list>
</value>
</item>
......
371
\ No newline at end of file
372
\ 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