svn commit: r1153356 - /ofbiz/trunk/applications/accounting/widget/InvoiceForms.xml

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

svn commit: r1153356 - /ofbiz/trunk/applications/accounting/widget/InvoiceForms.xml

hansbak-2
Author: hansbak
Date: Wed Aug  3 06:16:45 2011
New Revision: 1153356

URL: http://svn.apache.org/viewvc?rev=1153356&view=rev
Log:
reverted a unwanted partly commit in r1153352

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

Modified: ofbiz/trunk/applications/accounting/widget/InvoiceForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/InvoiceForms.xml?rev=1153356&r1=1153355&r2=1153356&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/widget/InvoiceForms.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/InvoiceForms.xml Wed Aug  3 06:16:45 2011
@@ -139,8 +139,7 @@ under the License.
         <field name="currencyUomId"><hidden/></field>
     </form>
 
-    <form name="invoiceItems" list-name="invoiceItems" target="" title="" type="list" separate-columns="true" paginate-target="invoiceOverview" paginate-size-field="invoiceItems_size" paginate-index-field="invoiceItems_index"
-        odd-row-style="alternate-row" default-table-style="basic-table hover-bar">
+<form name="invoiceItems" list-name="invoiceItems" target="" title="" type="list" separate-columns="true" paginate-target="invoiceOverview"        odd-row-style="alternate-row" default-table-style="basic-table hover-bar">
         <row-actions>
             <set field="total" value="${bsh:
                 import java.math.BigDecimal;
@@ -209,7 +208,7 @@ under the License.
         <field name="paymentApplicationId"><hidden/></field>
         <field name="amountApplied" widget-area-style="align-text"><display type="currency" currency="${invoice.currencyUomId}"/></field>
     </form>
-    <form name="AcctgTransAndEntries" type="list" title="Accounting Transactions" list-name="AcctgTransAndEntries" paginate-size-field="AcctgTransAndEntries_size" paginate-index-field="AcctgTransAndEntries_index"
+    <form name="AcctgTransAndEntries" type="list" title="Accounting Transactions" list-name="AcctgTransAndEntries"
         odd-row-style="alternate-row" default-table-style="basic-table hover-bar">
         <auto-fields-entity entity-name="AcctgTransAndEntries" default-field-type="display"/>
         <field name="invoiceId"><hidden/></field>