svn commit: r1083144 - /ofbiz/trunk/applications/order/widget/ordermgr/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: r1083144 - /ofbiz/trunk/applications/order/widget/ordermgr/QuoteScreens.xml

ashish-18
Author: ashish
Date: Sat Mar 19 06:36:56 2011
New Revision: 1083144

URL: http://svn.apache.org/viewvc?rev=1083144&view=rev
Log:
Bug fix: If quote is empty then no need to display empty id in quote screens.
Moved quoteid display section under the if condition.
Thanks Deepak!



Modified:
    ofbiz/trunk/applications/order/widget/ordermgr/QuoteScreens.xml

Modified: ofbiz/trunk/applications/order/widget/ordermgr/QuoteScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/widget/ordermgr/QuoteScreens.xml?rev=1083144&r1=1083143&r2=1083144&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/widget/ordermgr/QuoteScreens.xml (original)
+++ ofbiz/trunk/applications/order/widget/ordermgr/QuoteScreens.xml Sat Mar 19 06:36:56 2011
@@ -40,11 +40,11 @@ under the License.
                                     </condition>
                                     <widgets>
                                         <include-menu name="QuoteTabBar" location="component://order/widget/ordermgr/OrderMenus.xml"/>
+                                        <container>
+                                            <label style="h1">[${uiLabelMap.CommonId}:${quote.quoteId}] ${quote.description}</label>
+                                        </container>
                                     </widgets>
                                 </section>
-                                <container>
-                                    <label style="h1">[${uiLabelMap.CommonId}:${quote.quoteId}] ${quote.description}</label>
-                                </container>
                                 <decorator-section-include name="body"/>
                             </widgets>
                             <fail-widgets>