diff --git a/frontend/src/components/logistics/materialHelper/consumption/TransferToNextLot.tsx b/frontend/src/components/logistics/materialHelper/consumption/TransferToNextLot.tsx index e6ac373..33f4b20 100644 --- a/frontend/src/components/logistics/materialHelper/consumption/TransferToNextLot.tsx +++ b/frontend/src/components/logistics/materialHelper/consumption/TransferToNextLot.tsx @@ -23,7 +23,7 @@ export default function TransferToNextLot() { const form = useAppForm({ defaultValues: { - runnungNumber: "", + runningNumber: "", lotNumber: "", originalAmount: "", amount: "", @@ -33,7 +33,7 @@ export default function TransferToNextLot() { //toast.success("603468: qty: 361, was transfered to lot:24897"); try { const res = await axios.post("/api/ocp/materiallottransfer", { - runnungNumber: Number(value.runnungNumber), + runningNumber: Number(value.runningNumber), lotNumber: Number(value.lotNumber), originalAmount: Number(value.originalAmount), level: Number( @@ -215,7 +215,7 @@ export default function TransferToNextLot() { >