svn commit: r1847346 - /ofbiz/ofbiz-plugins/trunk/ecommerce/widget/QuoteScreens.xml

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

svn commit: r1847346 - /ofbiz/ofbiz-plugins/trunk/ecommerce/widget/QuoteScreens.xml

Deepak Dixit-5
Author: deepak
Date: Sat Nov 24 08:48:01 2018
New Revision: 1847346

URL: http://svn.apache.org/viewvc?rev=1847346&view=rev
Log:
Fixed: Quote list is not showing on ecommerce
(OFBIZ-10628)
Thanks  Mohammed Rehan Khan for your contribution

Modified:
    ofbiz/ofbiz-plugins/trunk/ecommerce/widget/QuoteScreens.xml

Modified: ofbiz/ofbiz-plugins/trunk/ecommerce/widget/QuoteScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/ecommerce/widget/QuoteScreens.xml?rev=1847346&r1=1847345&r2=1847346&view=diff
==============================================================================
--- ofbiz/ofbiz-plugins/trunk/ecommerce/widget/QuoteScreens.xml (original)
+++ ofbiz/ofbiz-plugins/trunk/ecommerce/widget/QuoteScreens.xml Sat Nov 24 08:48:01 2018
@@ -31,7 +31,6 @@ under the License.
                 <entity-condition entity-name="Quote" list="quoteList">
                     <condition-list combine="and">
                         <condition-expr field-name="partyId" from-field="userLogin.partyId"/>
-                        <condition-expr field-name="statusId" operator="not-equals" value="QUO_CREATED"/>
                     </condition-list>
                     <order-by field-name="-validFromDate"/>
                 </entity-condition>