You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by bi...@apache.org on 2008/07/15 10:44:11 UTC

svn commit: r676829 - in /ofbiz/trunk/applications/order/webapp/ordermgr: order/OrderShopListForms.xml return/ReturnForms.xml

Author: bibryam
Date: Tue Jul 15 01:44:09 2008
New Revision: 676829

URL: http://svn.apache.org/viewvc?rev=676829&view=rev
Log:
Fixed trivial xml validation bugs.

Modified:
    ofbiz/trunk/applications/order/webapp/ordermgr/order/OrderShopListForms.xml
    ofbiz/trunk/applications/order/webapp/ordermgr/return/ReturnForms.xml

Modified: ofbiz/trunk/applications/order/webapp/ordermgr/order/OrderShopListForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/order/OrderShopListForms.xml?rev=676829&r1=676828&r2=676829&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/order/OrderShopListForms.xml (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/order/OrderShopListForms.xml Tue Jul 15 01:44:09 2008
@@ -24,8 +24,8 @@
         header-row-style="header-row" default-table-style="basic-table">
         <auto-fields-entity entity-name="ShoppingList" />
         <field name="shoppingListTypeId">
-            <drop-down >
-                <entity-options entity-name="ShoppingListType">
+            <drop-down>
+                <entity-options entity-name="ShoppingListType" description="${description}">
                     <entity-order-by field-name="description"/>
                 </entity-options>
             </drop-down>

Modified: ofbiz/trunk/applications/order/webapp/ordermgr/return/ReturnForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/return/ReturnForms.xml?rev=676829&r1=676828&r2=676829&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/return/ReturnForms.xml (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/return/ReturnForms.xml Tue Jul 15 01:44:09 2008
@@ -22,13 +22,13 @@
         xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-form.xsd">
     <form name="EditReturn" type="single" target="updateReturn" default-map-name="returnHeader"
         header-row-style="header-row" default-table-style="basic-table">
-        <alt-target use-when="returnHeader==null" target="createReturn"/>
-        <auto-fields-service service-name="updateReturnHeader"/>
         <actions>
             <entity-one entity-name="StatusItem" value-name="currentStatus" auto-field-map="false">
                 <field-map field-name="statusId" env-name="returnHeader.statusId"/>
             </entity-one>
         </actions>
+        <alt-target use-when="returnHeader==null" target="createReturn"/>     
+        <auto-fields-service service-name="updateReturnHeader"/>        
         <field use-when="returnHeader!=null" name="returnId" tooltip="This cannot be changed without re-creating the Return."><display/></field>
         <field use-when="returnHeader==null&amp;&amp;returnId!=null" name="returnId" tooltip="Could not find Return with ID [${returnId}]"><text size="20" maxlength="20"/></field>
         <field use-when="returnHeader==null&amp;&amp;returnId==null" name="returnId"><ignored/></field>