You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2009/02/16 17:48:54 UTC

svn commit: r744964 - /ofbiz/branches/release4.0/applications/product/widget/facility/FacilityScreens.xml

Author: jleroux
Date: Mon Feb 16 16:48:53 2009
New Revision: 744964

URL: http://svn.apache.org/viewvc?rev=744964&view=rev
Log:
Fixed a bug reported in https://issues.apache.org/jira/browse/OFBIZ-2192 OFBIZ-2192
I don't remember if we fixed the other bugs in R4 (but who cares?)

Modified:
    ofbiz/branches/release4.0/applications/product/widget/facility/FacilityScreens.xml

Modified: ofbiz/branches/release4.0/applications/product/widget/facility/FacilityScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release4.0/applications/product/widget/facility/FacilityScreens.xml?rev=744964&r1=744963&r2=744964&view=diff
==============================================================================
--- ofbiz/branches/release4.0/applications/product/widget/facility/FacilityScreens.xml (original)
+++ ofbiz/branches/release4.0/applications/product/widget/facility/FacilityScreens.xml Mon Feb 16 16:48:53 2009
@@ -196,7 +196,7 @@
                 <set field="productSupplierId" from-field="parameters.productSupplierId"/>
                 <set field="offsetQOHQty" from-field="parameters.offsetQOHQty"/>
                 <set field="offsetATPQty" from-field="parameters.offsetATPQty"/>
-                <set field="productsSoldThruTimestamp" from-field="parameters.productsSoldThruTimestamp"/>
+                <set field="productsSoldThruTimestamp" from-field="parameters.productsSoldThruTimestamp" type="Timestamp"/>
                 <set field="internalName" from-field="parameters.internalName"/>
                 <set field="productId" from-field="parameters.productId"/>