diff --git a/src/components/QuickQuote/index.jsx b/src/components/QuickQuote/index.jsx index 47a8a91..5f8dfaf 100644 --- a/src/components/QuickQuote/index.jsx +++ b/src/components/QuickQuote/index.jsx @@ -2244,7 +2244,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 {