Author: jacopoc
Date: Wed Jan 12 09:13:36 2011
New Revision: 1058028
URL:
http://svn.apache.org/viewvc?rev=1058028&view=revLog:
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>