From e16cd5b9a7da269c7911ba8fcd3cb6695e5a9680 Mon Sep 17 00:00:00 2001 From: Srinath Date: Thu, 5 Mar 2026 12:14:39 +0530 Subject: [PATCH] Added Global state GlobalDCtoInvoicePrint --- .../DeliveryChallanToInvoice/DeliveryChallanToInvoiceList.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Pages/DeliveryChallanToInvoice/DeliveryChallanToInvoiceList.jsx b/src/Pages/DeliveryChallanToInvoice/DeliveryChallanToInvoiceList.jsx index c83cdc9..ed3e4c3 100644 --- a/src/Pages/DeliveryChallanToInvoice/DeliveryChallanToInvoiceList.jsx +++ b/src/Pages/DeliveryChallanToInvoice/DeliveryChallanToInvoiceList.jsx @@ -23,7 +23,7 @@ import { Emailsend } from "../../Features/PurchaseOrder/PurchaseOrder"; import './DeliveryChallanToInvoice.scss' import { settingDataSelector } from "../../Features/PreferenceMaster/PreferenceMaster"; import { getBranchDetail } from "../../Features/BrachLogin/BranchLogin"; -import { getPrintSelectionComponentData, GlobalprintDatas, SelectedPrintTemplate } from "../../Features/ThemeChange/ThemeChange"; +import { getPrintSelectionComponentData, GlobalDCtoInvoicePrint, GlobalprintDatas, SelectedPrintTemplate } from "../../Features/ThemeChange/ThemeChange"; import { printDCToInvoiceStyles } from "./PrintTemplates/printDCToInvoiceStyles"; import { isMobile } from "react-device-detect"; import { DCMobilePdfPrint } from "./PrintTemplates/DCMobilePdfPrint"; @@ -48,7 +48,7 @@ const DeliveryChallanToInvoiceList = () => { const UserType = getSession("UserType"); const SettingDataSelector = useSelector(PreferenceData); const printerTemplateStyle = useSelector(SelectedPrintTemplate); - const printDatas = useSelector(GlobalprintDatas); + const printDatas = useSelector(GlobalDCtoInvoicePrint); const [page, setPage] = useState(1); const [empData, setEmpData] = useState(); const [addnewAccess, setaddnewAccess] = useState(true);