svn commit: r1058028 - /ofbiz/trunk/applications/accounting/widget/InvoiceScreens.xml

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

svn commit: r1058028 - /ofbiz/trunk/applications/accounting/widget/InvoiceScreens.xml

jacopoc
Author: jacopoc
Date: Wed Jan 12 09:13:36 2011
New Revision: 1058028

URL: http://svn.apache.org/viewvc?rev=1058028&view=rev
Log:
Added missing sorting directive for transaction id that was causing the invoice related transactions to appear messed un in the invoice detail screen.


Modified:
    ofbiz/trunk/applications/accounting/widget/InvoiceScreens.xml

Modified: ofbiz/trunk/applications/accounting/widget/InvoiceScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/InvoiceScreens.xml?rev=1058028&r1=1058027&r2=1058028&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/widget/InvoiceScreens.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/InvoiceScreens.xml Wed Jan 12 09:13:36 2011
@@ -192,6 +192,7 @@ under the License.
                 <set field="appliedAmount" value="${bsh:org.ofbiz.accounting.invoice.InvoiceWorker.getInvoiceApplied(invoice)}" type="BigDecimal"/>
                 <entity-condition entity-name="AcctgTransAndEntries" list="AcctgTransAndEntries">
                     <condition-expr field-name="invoiceId"  operator="equals" from-field="invoiceId"/>
+                    <order-by field-name="acctgTransId"/>
                     <order-by field-name="acctgTransEntrySeqId"/>
                 </entity-condition>
             </actions>