svn commit: r1533419 - /ofbiz/branches/release12.04/applications/order/widget/ordermgr/ReportScreens.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1533419 - /ofbiz/branches/release12.04/applications/order/widget/ordermgr/ReportScreens.xml

jleroux@apache.org
Author: jleroux
Date: Fri Oct 18 12:28:27 2013
New Revision: 1533419

URL: http://svn.apache.org/r1533419
Log:
Completes r1533414, could not be done automatically

Modified:
    ofbiz/branches/release12.04/applications/order/widget/ordermgr/ReportScreens.xml

Modified: ofbiz/branches/release12.04/applications/order/widget/ordermgr/ReportScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release12.04/applications/order/widget/ordermgr/ReportScreens.xml?rev=1533419&r1=1533418&r2=1533419&view=diff
==============================================================================
--- ofbiz/branches/release12.04/applications/order/widget/ordermgr/ReportScreens.xml (original)
+++ ofbiz/branches/release12.04/applications/order/widget/ordermgr/ReportScreens.xml Fri Oct 18 12:28:27 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-empty="true"/>
                     </condition-list>
                 </entity-condition>
             </actions>