Commit a92e99e7 authored by Łukasz Nowak's avatar Łukasz Nowak

- swapped total quantity with total price, to make form look more consistent

- updated form metadata, to show context's type

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21879 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent cdb71256
......@@ -52,6 +52,16 @@
<key> <string>action</string> </key>
<value> <string>Base_edit</string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>edit_order</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>encoding</string> </key>
<value> <string>UTF-8</string> </value>
......@@ -118,8 +128,8 @@
<string>my_price</string>
<string>my_start_date</string>
<string>my_stop_date</string>
<string>my_total_price</string>
<string>my_total_quantity</string>
<string>my_total_price</string>
</list>
</value>
</item>
......@@ -136,7 +146,7 @@
</item>
<item>
<key> <string>name</string> </key>
<value> <string>DeliveryLine_view</string> </value>
<value> <string>ProductionOrderLine_view</string> </value>
</item>
<item>
<key> <string>pt</string> </key>
......@@ -152,7 +162,7 @@
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Delivery Line</string> </value>
<value> <string>Production Order Line</string> </value>
</item>
<item>
<key> <string>unicode_mode</string> </key>
......
193
\ No newline at end of file
195
\ 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