refactor(lstv2): changes to point to the new url of the docs

This commit is contained in:
2025-09-29 12:45:40 -05:00
parent a5a67660e8
commit e18c008231
2 changed files with 4 additions and 4 deletions

View File

@@ -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{" "}
<a
href={`https://${server[0].value}.alpla.net/lst/d/docs/ocp/ocp#tranfer-partial-estimated-quantity-to-the-next-lot`}
href={`https://${server[0].value}prod.alpla.net/lst/d/docs/ocp/ocp#tranfer-partial-estimated-quantity-to-the-next-lot`}
target="_blank"
>
<em>CLICK HERE</em>

View File

@@ -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 (
<div className="overflow-hidden">