You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2007/04/19 12:47:30 UTC

svn commit: r530372 - /ofbiz/trunk/applications/order/script/org/ofbiz/order/order/OrderServices.xml

Author: jacopoc
Date: Thu Apr 19 03:47:29 2007
New Revision: 530372

URL: http://svn.apache.org/viewvc?view=rev&rev=530372
Log:
Removed another bad log message. Hmmm... I probably need some rest.

Modified:
    ofbiz/trunk/applications/order/script/org/ofbiz/order/order/OrderServices.xml

Modified: ofbiz/trunk/applications/order/script/org/ofbiz/order/order/OrderServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/script/org/ofbiz/order/order/OrderServices.xml?view=diff&rev=530372&r1=530371&r2=530372
==============================================================================
--- ofbiz/trunk/applications/order/script/org/ofbiz/order/order/OrderServices.xml (original)
+++ ofbiz/trunk/applications/order/script/org/ofbiz/order/order/OrderServices.xml Thu Apr 19 03:47:29 2007
@@ -703,7 +703,6 @@
     </simple-method>
 
     <simple-method method-name="getOrderItemShipGroupEstimatedShipDate" short-description="Compute and return the OrderItemShipGroup estimated ship date based on the associated items.">
-<log level="always" message="JACOPO: ${orderItemShipGroupInvRes.promisedDatetime}"/>
         <entity-one entity-name="OrderItemShipGroup" value-name="orderItemShipGroup"/>
         <if-compare field-name="orderItemShipGroup.maySplit" operator="equals" value="Y">
             <set field="orderByList[]" value="+promisedDatetime"/>