Author: jacopoc
Date: Thu Apr 19 03:47:29 2007
New Revision: 530372
URL:
http://svn.apache.org/viewvc?view=rev&rev=530372Log:
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"/>