diff --git a/lstV2/frontend/src/components/logistics/materialHelper/consumption/TransferToNextLot.tsx b/lstV2/frontend/src/components/logistics/materialHelper/consumption/TransferToNextLot.tsx index 8d0a4b1..c16ec5e 100644 --- a/lstV2/frontend/src/components/logistics/materialHelper/consumption/TransferToNextLot.tsx +++ b/lstV2/frontend/src/components/logistics/materialHelper/consumption/TransferToNextLot.tsx @@ -23,7 +23,7 @@ export default function TransferToNextLot() { const [typeSwitch, setTypeSwitch] = useState(false); const { settings } = useSettingStore(); - const server = settings.filter((n: any) => n.name === "dbServer"); + const server = settings.filter((n: any) => n.name === "plantToken"); const form = useAppForm({ defaultValues: { runningNumber: "", @@ -319,7 +319,7 @@ export default function TransferToNextLot() { you will be - transfering + transferring at EOM, NOTE: @@ -407,7 +407,7 @@ export default function TransferToNextLot() { For more in depth instructions please{" "} CLICK HERE diff --git a/lstV2/frontend/src/routes/__root.tsx b/lstV2/frontend/src/routes/__root.tsx index 04db3ab..b310566 100644 --- a/lstV2/frontend/src/routes/__root.tsx +++ b/lstV2/frontend/src/routes/__root.tsx @@ -41,7 +41,7 @@ export const Route = createRootRoute({ const location = useLocation(); const { settings } = useSettingStore(); - const server = settings.filter((n: any) => n.name === "dbServer"); + const server = settings.filter((n: any) => n.name === "plantToken"); return (