[OFBiz] SVN: r7399 - in trunk/specialized/opentravelsystem: script/org/ofbiz/opentravelsystem servicedef

hansbak@svn.ofbiz.org hansbak at svn.ofbiz.org
Tue Apr 25 02:39:07 CDT 2006


Author: hansbak
Date: 2006-04-25 02:38:52 -0500 (Tue, 25 Apr 2006)
New Revision: 7399

Modified:
   trunk/specialized/opentravelsystem/script/org/ofbiz/opentravelsystem/InvoiceServices.xml
   trunk/specialized/opentravelsystem/servicedef/services.xml
Log:
OTS: some small updates

Modified: trunk/specialized/opentravelsystem/script/org/ofbiz/opentravelsystem/InvoiceServices.xml
===================================================================
--- trunk/specialized/opentravelsystem/script/org/ofbiz/opentravelsystem/InvoiceServices.xml	2006-04-25 07:35:36 UTC (rev 7398)
+++ trunk/specialized/opentravelsystem/script/org/ofbiz/opentravelsystem/InvoiceServices.xml	2006-04-25 07:38:52 UTC (rev 7399)
@@ -85,7 +85,7 @@
          
      </simple-method>
 
-     <simple-method method-name="updatePaymentApplication" short-description="-- add a payment application with maximum value when not provided--">
+     <!--simple-method method-name="updatePaymentApplication" short-description="-- add a payment application with maximum value when not provided--">
          <if-empty field-name="parameters.amountApplied">
              <if-not-empty field-name="parameters.paymentId">
                 <entity-one entity-name="Payment" value-name="payment"/>
@@ -113,6 +113,6 @@
          
          <set-service-fields service-name="updatePaymentApplicationOfbiz" map-name="parameters" to-map-name="updatePaymentApplicationParam"/>
          <call-service service-name="updatePaymentApplicationOfbiz" in-map-name="updatePaymentApplicationParam"/>
-     </simple-method>
+     </simple-method-->
 
  </simple-methods>
\ No newline at end of file

Modified: trunk/specialized/opentravelsystem/servicedef/services.xml
===================================================================
--- trunk/specialized/opentravelsystem/servicedef/services.xml	2006-04-25 07:35:36 UTC (rev 7398)
+++ trunk/specialized/opentravelsystem/servicedef/services.xml	2006-04-25 07:38:52 UTC (rev 7399)
@@ -423,7 +423,7 @@
         <override name="contactListTypeId" optional="false"/>
         <override name="contactListName" optional="false"/>
     </service>
-    <service name="updatePaymentApplication" default-entity-name="PaymentApplication" engine="simple"
+    <!--service name="updatePaymentApplication" default-entity-name="PaymentApplication" engine="simple"
         location="org/ofbiz/opentravelsystem/InvoiceServices.xml" invoke="updatePaymentApplication">
         <description>
             Apply a payment to a Invoice, create/update paymentApplication records, modified version, will apply
@@ -431,7 +431,7 @@
         </description>
         <auto-attributes mode="IN" include="pk" optional="true"/>
         <auto-attributes mode="IN" include="nonpk" optional="true"/>
-        <attribute name="invoiceProcessing" type="String" mode="IN" optional="true"/> <!-- a "Y" will activate this option -->
+        <attribute name="invoiceProcessing" type="String" mode="IN" optional="true"/>
         <override name="paymentId" optional="false"/>        
     </service>
     <service name="updatePaymentApplicationOfbiz" default-entity-name="PaymentApplication" engine="java"
@@ -441,8 +441,8 @@
         </description>
         <auto-attributes mode="IN" include="pk" optional="true"/>
         <auto-attributes mode="IN" include="nonpk" optional="true"/>
-        <attribute name="invoiceProcessing" type="String" mode="IN" optional="true"/> <!-- a "Y" will activate this option -->
+        <attribute name="invoiceProcessing" type="String" mode="IN" optional="true"/>
         <override name="paymentId" optional="false"/>        
-    </service>
+    </service-->
     
 </services>



More information about the Svn mailing list