Author: jacopoc Date: Mon Oct 2 05:56:45 2006 New Revision: 452017 URL: http://svn.apache.org/viewvc?view=rev&rev=452017 Log: The type of the cost field cannot be set to "currency" if we want to see more than two decimals.
Modified: incubator/ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml Modified: incubator/ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml?view=diff&rev=452017&r1=452016&r2=452017 ============================================================================== --- incubator/ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml (original) +++ incubator/ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml Mon Oct 2 05:56:45 2006 @@ -866,7 +866,7 @@ default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext"> <auto-fields-entity entity-name="CostComponent" default-field-type="display"/> <field name="cost"> - <display type="currency" currency="${costUomId}"/> + <display/> </field> <field name="costComponentId" widget-style="buttontext"> <hyperlink also-hidden="false" description="${costComponentId}" target="EditProductCosts?productId=${productId}&productCostComponentId=${costComponentId}"/>