Explorar el Código

update pass to just pass

production
CANCERYS\kw093 hace 8 horas
padre
commit
30492338ee
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. +3
    -3
      src/components/ProductionProcess/ProductionProcessDetail.tsx

+ 3
- 3
src/components/ProductionProcess/ProductionProcessDetail.tsx Ver fichero

@@ -796,7 +796,7 @@ const processQrCode = useCallback((qrValue: string, lineId: number) => {
onClick={() => openPassConfirm(line.id)}
disabled={isPassDisabled}
>
{t("Pass")}
{t("Just Pass")}
</Button>
</>
) : statusLower === 'in_progress' || statusLower === 'in progress' || statusLower === 'paused' ? (
@@ -821,7 +821,7 @@ const processQrCode = useCallback((qrValue: string, lineId: number) => {
onClick={() => openPassConfirm(line.id)}
disabled={isPassDisabled}
>
{t("Pass")}
{t("Just Pass")}
</Button>
</>
) : (
@@ -844,7 +844,7 @@ const processQrCode = useCallback((qrValue: string, lineId: number) => {
onClick={() => openPassConfirm(line.id)}
disabled={isPassDisabled}
>
{t("Pass")}
{t("Just Pass")}
</Button>
</>
)}


Cargando…
Cancelar
Guardar