You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ch...@apache.org on 2013/07/03 14:57:56 UTC

svn commit: r1499377 - in /ofbiz/branches/release11.04: ./ applications/product/widget/facility/FacilityForms.xml

Author: chrisg
Date: Wed Jul  3 12:57:55 2013
New Revision: 1499377

URL: http://svn.apache.org/r1499377
Log:
Applied fix from trunk for revision: 1499372 
===

Fixed problem with default price on inventory report (parameter name typo)


Modified:
    ofbiz/branches/release11.04/   (props changed)
    ofbiz/branches/release11.04/applications/product/widget/facility/FacilityForms.xml

Propchange: ofbiz/branches/release11.04/
------------------------------------------------------------------------------
  Merged /ofbiz/branches/release12.04:r1499372

Modified: ofbiz/branches/release11.04/applications/product/widget/facility/FacilityForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release11.04/applications/product/widget/facility/FacilityForms.xml?rev=1499377&r1=1499376&r2=1499377&view=diff
==============================================================================
--- ofbiz/branches/release11.04/applications/product/widget/facility/FacilityForms.xml (original)
+++ ofbiz/branches/release11.04/applications/product/widget/facility/FacilityForms.xml Wed Jul  3 12:57:55 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>