migration #51

Merged
cowch merged 166 commits from migration into main 2025-09-19 22:18:47 -05:00
Showing only changes of commit 0d17fef1a1 - Show all commits

View File

@@ -19,7 +19,7 @@ export const isMainMatStaged = async (lot: any) => {
(m: any) => m.HumanReadableId === lot.machineID
);
// we have a check on ksc side to ignore the tetra machine for now as its not updating in 2.0
if (machine.StagingMainMaterialMandatory === 0) {
if (!machine[0].StagingMainMaterialMandatory) {
createLog(
"info",
"mainMaterial",