Commit 0b35a0a5 authored by Jérome Perrin's avatar Jérome Perrin

try to harmonize ordering of fields in report dialogs

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26022 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent bdda2960
......@@ -96,8 +96,8 @@
<key> <string>left</string> </key>
<value>
<list>
<string>your_at_date</string>
<string>your_site</string>
<string>your_at_date</string>
<string>your_positive_stock</string>
<string>your_negative_stock</string>
<string>your_zero_stock</string>
......
......@@ -99,11 +99,12 @@
<key> <string>left</string> </key>
<value>
<list>
<string>your_delivery_mode</string>
<string>your_group</string>
<string>your_from_date</string>
<string>your_at_date</string>
<string>your_delivery_mode</string>
<string>your_incoterm</string>
<string>your_order</string>
<string>your_simulation_state</string>
</list>
</value>
</item>
......@@ -111,10 +112,9 @@
<key> <string>right</string> </key>
<value>
<list>
<string>your_from_date</string>
<string>your_at_date</string>
<string>your_aggregation_level</string>
<string>your_group_by</string>
<string>your_simulation_state</string>
</list>
</value>
</item>
......
607
\ No newline at end of file
608
\ 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