fix(label ratio): missed a manual spot that was not considered
This commit is contained in:
@@ -3,6 +3,7 @@ import { manualPrinting } from "../../../../../database/schema/ocpManualPrint.js
|
||||
import { tryCatch } from "../../../../globalUtils/tryCatch.js";
|
||||
import { manualTag } from "../../../rfid/controller/tags/manualTag.js";
|
||||
import { labelingProcess } from "./labelProcess.js";
|
||||
import { manualLabelCreated } from "./labelRatio.js";
|
||||
|
||||
export const manualPrint = async (manualPrint: any) => {
|
||||
/**
|
||||
@@ -36,7 +37,7 @@ export const manualPrint = async (manualPrint: any) => {
|
||||
}
|
||||
|
||||
let label = await labelingProcess({ line: manualPrint.line });
|
||||
|
||||
manualLabelCreated();
|
||||
if (manualPrint.rfidTag) {
|
||||
manualTag(
|
||||
manualPrint.rfidTag,
|
||||
|
||||
Reference in New Issue
Block a user