Author: hansbak
Date: Fri May 7 06:19:47 2010
New Revision: 942009
URL:
http://svn.apache.org/viewvc?rev=942009&view=revLog:
sort dropdowm in agreemenet terms
Modified:
ofbiz/trunk/applications/accounting/widget/AgreementForms.xml
Modified: ofbiz/trunk/applications/accounting/widget/AgreementForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/AgreementForms.xml?rev=942009&r1=942008&r2=942009&view=diff==============================================================================
--- ofbiz/trunk/applications/accounting/widget/AgreementForms.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/AgreementForms.xml Fri May 7 06:19:47 2010
@@ -242,7 +242,9 @@ under the License.
<field name="agreementTermId" title="${uiLabelMap.AccountingAgreementTermId}"><hidden/></field>
<field name="termTypeId" title="${uiLabelMap.AccountingTermTypeId}">
<drop-down allow-empty="false">
- <entity-options entity-name="TermType" description="${description}"/>
+ <entity-options entity-name="TermType" description="${description}">
+ <entity-order-by field-name="description"/>
+ </entity-options>
</drop-down>
</field>
<field name="agreementId" title="${uiLabelMap.AccountingAgreementId}"><hidden/></field>