This is an automated email from the ASF dual-hosted git repository.

surajk pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/trunk by this push:
     new cbec4d7  Fixed: ViewQuoteProfit shows fields in wrong order. 
(OFBIZ-11680) Thanks Pierre for reporting and Lalit Dashora for providing the 
patch.
cbec4d7 is described below

commit cbec4d7b7c3584f4478d0a117877cf359363e357
Author: Suraj Khurana <suraj.khur...@hotwax.co>
AuthorDate: Fri Feb 12 10:59:11 2021 +0530

    Fixed: ViewQuoteProfit shows fields in wrong order.
    (OFBIZ-11680)
    Thanks Pierre for reporting and Lalit Dashora for providing the patch.
---
 applications/order/widget/ordermgr/QuoteForms.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/applications/order/widget/ordermgr/QuoteForms.xml 
b/applications/order/widget/ordermgr/QuoteForms.xml
index a13b128..c70fec8 100644
--- a/applications/order/widget/ordermgr/QuoteForms.xml
+++ b/applications/order/widget/ordermgr/QuoteForms.xml
@@ -454,8 +454,8 @@ under the License.
             <display-entity entity-name="Product" key-field-name="productId" 
description="${productId} - ${internalName}"/>
         </field>
         <field name="quantity" title="${uiLabelMap.CommonQuantity}"><display 
type="number" format="quantity"/></field>
-        <field name="averageCost" 
title="${uiLabelMap.OrderOrderQuoteAverageCost}"><display/></field>
         <field name="quoteUnitPrice" 
title="${uiLabelMap.OrderOrderQuoteUnitPrice}"><display type="number" 
format="amount"/></field>
+        <field name="averageCost" 
title="${uiLabelMap.OrderOrderQuoteAverageCost}"><display/></field>
         <field name="profit" 
title="${uiLabelMap.OrderOrderQuoteProfit}"><display/></field>
         <field name="percProfit" 
title="${uiLabelMap.OrderOrderQuotePercProfit}"><display/></field>
     </form>

Reply via email to