svn commit: r1533420 - /ofbiz/branches/release11.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: r1533420 - /ofbiz/branches/release11.04/applications/order/widget/ordermgr/ReportScreens.xml

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

URL: http://svn.apache.org/r1533420
Log:
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>