svn commit: r1858240 - /ofbiz/ofbiz-framework/trunk/applications/accounting/widget/FinAccountForms.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1858240 - /ofbiz/ofbiz-framework/trunk/applications/accounting/widget/FinAccountForms.xml

surajk
Author: surajk
Date: Sat Apr 27 05:49:12 2019
New Revision: 1858240

URL: http://svn.apache.org/viewvc?rev=1858240&view=rev
Log:
Improved: In AddFinAccountTrans selectable glAccountId values are sorted on glAccountId.
(OFBIZ-10846)
Thanks Pierre Smits for reporting, Pawan Verma for the patch and Jacques Le Roux for comment.

Modified:
    ofbiz/ofbiz-framework/trunk/applications/accounting/widget/FinAccountForms.xml

Modified: ofbiz/ofbiz-framework/trunk/applications/accounting/widget/FinAccountForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/accounting/widget/FinAccountForms.xml?rev=1858240&r1=1858239&r2=1858240&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/accounting/widget/FinAccountForms.xml (original)
+++ ofbiz/ofbiz-framework/trunk/applications/accounting/widget/FinAccountForms.xml Sat Apr 27 05:49:12 2019
@@ -211,7 +211,7 @@ under the License.
             <drop-down>
                 <entity-options entity-name="GlAccountOrganizationAndClass" key-field-name="glAccountId" description="${accountCode} - ${accountName} [${glAccountId}]">
                     <entity-constraint name="organizationPartyId" operator="equals" env-name="defaultOrganizationPartyId"/>
-                    <entity-order-by field-name="glAccountId"/>
+                    <entity-order-by field-name="accountCode"/>
                 </entity-options>
             </drop-down>
         </field>