diff --git a/src/components/ProductionProcess/ProductionProcessStepExecution.tsx b/src/components/ProductionProcess/ProductionProcessStepExecution.tsx index c8d1143..7e73e2a 100644 --- a/src/components/ProductionProcess/ProductionProcessStepExecution.tsx +++ b/src/components/ProductionProcess/ProductionProcessStepExecution.tsx @@ -632,13 +632,13 @@ const ProductionProcessStepExecution: React.FC{t("Defect")}{t("(3)")} - {lineDetail.defectQty3} + {lineDetail.defectQty2} - {lineDetail.defectUom3 || "-"} + {lineDetail.defectUom2 || "-"} - {lineDetail.defectDescription3 || "-"} + {lineDetail.defectDescription2 || "-"} @@ -646,13 +646,13 @@ const ProductionProcessStepExecution: React.FC{t("Defect")}{t("(2)")} - {lineDetail.defectQty2} + {lineDetail.defectQty3} - {lineDetail.defectUom2 || "-"} + {lineDetail.defectUom3 || "-"} - {lineDetail.defectDescription2 || "-"} + {lineDetail.defectDescription3 || "-"}