Author: hansbak Date: Mon Jul 1 07:08:05 2013 New Revision: 1498261 URL: http://svn.apache.org/r1498261 Log: have the productglaccount list and add screen the same field order
Modified: ofbiz/trunk/applications/product/widget/catalog/ProductForms.xml Modified: ofbiz/trunk/applications/product/widget/catalog/ProductForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/ProductForms.xml?rev=1498261&r1=1498260&r2=1498261&view=diff ============================================================================== --- ofbiz/trunk/applications/product/widget/catalog/ProductForms.xml (original) +++ ofbiz/trunk/applications/product/widget/catalog/ProductForms.xml Mon Jul 1 07:08:05 2013 @@ -2063,11 +2063,6 @@ under the License. <list-options key-name="glAccountTypeId" list-name="productGlAccountTypes" description="${description}"/> </drop-down> </field> - <field name="glAccountId" title="${uiLabelMap.ProductGlAccount}"> - <drop-down allow-empty="false"> - <list-options key-name="accountCode" list-name="glAccounts" description="${accountCode} ${accountName}"/> - </drop-down> - </field> <field name="organizationPartyId" title="${uiLabelMap.ProductOrganization}"> <drop-down allow-empty="false"> <entity-options entity-name="PartyRoleAndPartyDetail" key-field-name="partyId" description="${groupName} [${partyId}]"> @@ -2076,6 +2071,11 @@ under the License. </entity-options> </drop-down> </field> + <field name="glAccountId" title="${uiLabelMap.ProductGlAccount}"> + <drop-down allow-empty="false"> + <list-options key-name="accountCode" list-name="glAccounts" description="${accountCode} ${accountName}"/> + </drop-down> + </field> <field name="submitButton" title="${uiLabelMap.CommonAdd}"><submit button-type="button"/></field> </form>