diff --git a/src/components/QuickQuote/index.jsx b/src/components/QuickQuote/index.jsx index 8387549..6e08699 100644 --- a/src/components/QuickQuote/index.jsx +++ b/src/components/QuickQuote/index.jsx @@ -2234,7 +2234,12 @@ const MaterialsComponent = props => { return { ...item, sVisColumnName: "sMaterialsName", - iColValue: 20, + iColValue: 14, + }; + } else if (sName === "dMaterialPrice") { + return { + ...item, + iColValue: 6, }; } else if (sName === "sComMaterials") { return {