svn commit: r1657848 - /ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml

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

svn commit: r1657848 - /ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml

jacopoc
Author: jacopoc
Date: Fri Feb  6 14:51:45 2015
New Revision: 1657848

URL: http://svn.apache.org/r1657848
Log:
Removed debug statements that I have committed by error; thanks to Gil Portenseigne for the review.

Modified:
    ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml

Modified: ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml?rev=1657848&r1=1657847&r2=1657848&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml (original)
+++ ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml Fri Feb  6 14:51:45 2015
@@ -2181,11 +2181,8 @@ under the License.
             <entity-and entity-name="PaymentApplication" list="paymentApplications">
                 <field-map field-name="invoiceId" from-field="invoice.invoiceId"/>
             </entity-and>
-            <log level="warning" message="APPLICAZIONI"/>
             <iterate list="paymentApplications" entry="paymentApplication">
-                <log level="warning" message="applicazione ${paymentApplication}"/>
                 <get-related-one value-field="paymentApplication" relation-name="Payment" to-value-field="payment"/>
-                <log level="warning" message="payment ${payment}"/>
                 <if>
                     <condition>
                         <or>
@@ -2194,7 +2191,6 @@ under the License.
                         </or>
                     </condition>
                     <then>
-                        <log level="warning" message="processing payment ${payment.paymentId}"/>
                         <set field="createAcctgTransAndEntriesForPaymentApplicationInMap.paymentApplicationId" from-field="paymentApplication.paymentApplicationId"/>
                         <if-compare field="payment.paymentTypeId" operator="equals" value="CUSTOMER_REFUND">
                             <call-service service-name="createAcctgTransAndEntriesForCustomerRefundPaymentApplication" in-map-name="createAcctgTransAndEntriesForPaymentApplicationInMap">