Author: ashish
Date: Thu Aug 27 09:08:57 2009
New Revision: 808332
URL:
http://svn.apache.org/viewvc?rev=808332&view=revLog:
Fixed Typo - patch from Sumit Pandit.
Modified:
ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/payment/PaymentServices.xml
Modified: ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/payment/PaymentServices.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/payment/PaymentServices.xml?rev=808332&r1=808331&r2=808332&view=diff==============================================================================
--- ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/payment/PaymentServices.xml (original)
+++ ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/payment/PaymentServices.xml Thu Aug 27 09:08:57 2009
@@ -91,7 +91,7 @@
<set-nonpk-fields value-field="newPayment" map="parameters"/>
<!-- fields :- comments, paymentRefNum, finAccountTransId, statusId can editable for Payment -->
<set field="oldPayment.statusId" from-field="newPayment.statusId"/>
- <set field="oldPayment.comments" from-field="newPayment.commets"/>
+ <set field="oldPayment.comments" from-field="newPayment.comments"/>
<set field="oldPayment.paymentRefNum" from-field="newPayment.paymentRefNum" set-if-null="true"/>
<set field="oldPayment.finAccountTransId" from-field="newPayment.finAccountTransId" set-if-null="true"/>
<if-compare-field field="oldPayment" to-field="newPayment" operator="not-equals">