fix(material check): split manual material out of the mm to properly catch it
This commit is contained in:
@@ -112,7 +112,7 @@ export const isMainMatStaged = async (lot: any) => {
|
||||
);
|
||||
if (
|
||||
manualConsumeColor.some(
|
||||
(n: any) => n.noMaterialShortage === "yes"
|
||||
(n: any) => n.noManualShortage === "noOK"
|
||||
)
|
||||
) {
|
||||
isStaged = {
|
||||
|
||||
Reference in New Issue
Block a user