Author: hansbak
Date: Tue Oct 4 04:28:03 2011
New Revision: 1178680
URL:
http://svn.apache.org/viewvc?rev=1178680&view=revLog:
revert unwanted change in rev 1178344
Modified:
ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/controller.xml
ofbiz/trunk/applications/accounting/widget/PaymentForms.xml
Modified: ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/controller.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/controller.xml?rev=1178680&r1=1178679&r2=1178680&view=diff==============================================================================
--- ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/controller.xml (original)
+++ ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/controller.xml Tue Oct 4 04:28:03 2011
@@ -219,7 +219,7 @@ under the License.
</request-map>
<request-map uri="updateInvoiceApplication">
<security https="true" auth="true"/>
- <event type="service" invoke="addPaymentApplication"/>
+ <event type="service" invoke="updatePaymentApplicationDef"/>
<response name="success" type="view" value="editInvoiceApplications"/>
<response name="error" type="view" value="editInvoiceApplications"/>
</request-map>
Modified: ofbiz/trunk/applications/accounting/widget/PaymentForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/PaymentForms.xml?rev=1178680&r1=1178679&r2=1178680&view=diff==============================================================================
--- ofbiz/trunk/applications/accounting/widget/PaymentForms.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/PaymentForms.xml Tue Oct 4 04:28:03 2011
@@ -288,6 +288,7 @@ under the License.
</sub-hyperlink>
</display-entity>
</field>
+ <field name="invoiceItemSeqId"><display/></field>
<field name="amountApplied"><display/></field>
<!-- TODO: this is commented out because updating (instead of removing and recreating) payment application can cause wrong gl postings.
<field name="updateButton" widget-style="buttontext"><submit button-type="text-link"/></field>