diff --git a/src/Pages/ProductCatlogue/CatalogueTemplate1.jsx b/src/Pages/ProductCatlogue/CatalogueTemplate1.jsx index c61be89..f0b90d7 100644 --- a/src/Pages/ProductCatlogue/CatalogueTemplate1.jsx +++ b/src/Pages/ProductCatlogue/CatalogueTemplate1.jsx @@ -21,6 +21,8 @@ const CatalogueTemplate1 = () => { const BrId = getSession('BranchId'); const Globalcataloguedata1 = useSelector(GlobalCataloguedata); + console.log(Globalcataloguedata1, 'Globalcataloguedata1eqee'); + const [Branchdatas, setBranchdatas] = useState(); useEffect(() => { @@ -46,121 +48,7 @@ const CatalogueTemplate1 = () => { } return ( <> - {/*
|
- |
-
|
-
-
-
-
-
- {Globalcataloguedata1?.map((item) => (
- <>
-
-
-
-
- >
- ))}
-
-
-
-
-
-
- ₹ {item?.SellPrice}
- {console.log("itemitem", item)}
- {item?.ProdName} {item?.UomName} - -
- |
-
| - - | -
{Branchdatas?.[0]?.BrName}
-