Author: chrisg
Date: Wed Jul  3 12:50:51 2013
New Revision: 1499372

URL: http://svn.apache.org/r1499372
Log:
Fixed problem with default price on inventory report (parameter name typo)

Modified:
    
ofbiz/branches/release12.04/applications/product/widget/facility/FacilityForms.xml

Modified: 
ofbiz/branches/release12.04/applications/product/widget/facility/FacilityForms.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/release12.04/applications/product/widget/facility/FacilityForms.xml?rev=1499372&r1=1499371&r2=1499372&view=diff
==============================================================================
--- 
ofbiz/branches/release12.04/applications/product/widget/facility/FacilityForms.xml
 (original)
+++ 
ofbiz/branches/release12.04/applications/product/widget/facility/FacilityForms.xml
 Wed Jul  3 12:50:51 2013
@@ -469,7 +469,7 @@ under the License.
         <field name="offsetQOHQtyAvailable" 
title="${uiLabelMap.ProductQtyOffsetQOH}"><display/></field>
         <field name="offsetATPQtyAvailable" 
title="${uiLabelMap.ProductQtyOffsetATP}"><display/></field>
         <field name="usageQuantity" 
title="${uiLabelMap.ProductUsage}"><display/></field>
-        <field name="defaultPrice" 
title="${uiLabelMap.ProductDefaultPrice}"><display/></field>
+        <field name="defultPrice" 
title="${uiLabelMap.ProductDefaultPrice}"><display/></field>
         <field name="listPrice" 
title="${uiLabelMap.ProductListPrice}"><display/></field>
         <field name="wholeSalePrice" 
title="${uiLabelMap.ProductWholeSalePrice}"><display/></field>
         <field name="fromDateSellThrough" 
entry-name="parameters.fromDateSellThrough"><display/></field>


Reply via email to