Author: jleroux
Date: Fri Oct 18 12:28:35 2013
New Revision: 1533420
URL:
http://svn.apache.org/r1533420Log:
Completes r1533415, could not be done automatically
Modified:
ofbiz/branches/release11.04/applications/order/widget/ordermgr/ReportScreens.xml
Modified: ofbiz/branches/release11.04/applications/order/widget/ordermgr/ReportScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release11.04/applications/order/widget/ordermgr/ReportScreens.xml?rev=1533420&r1=1533419&r2=1533420&view=diff==============================================================================
--- ofbiz/branches/release11.04/applications/order/widget/ordermgr/ReportScreens.xml (original)
+++ ofbiz/branches/release11.04/applications/order/widget/ordermgr/ReportScreens.xml Fri Oct 18 12:28:35 2013
@@ -337,8 +337,8 @@ under the License.
<actions>
<entity-condition entity-name="SalesOrderItemStarSchema" list="SalesReportList">
<condition-list combine="and">
- <condition-expr field-name="orderDate" operator="greater-equals" from-field="parameters.fromOrderDate" ignore-if-null="true"/>
- <condition-expr field-name="orderDate" operator="less" from-field="parameters.thruOrderDate" ignore-if-null="true"/>
+ <condition-expr field-name="orderDate" operator="greater-equals" from-field="parameters.fromOrderDate" ignore-if-empty="true"/>
+ <condition-expr field-name="orderDate" operator="less" from-field="parameters.thruOrderDate" ignore-if-null="empty"/>
</condition-list>
</entity-condition>
</actions>