Sfoglia il codice sorgente

update pass to just pass

production
CANCERYS\kw093 11 ore fa
parent
commit
30492338ee
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. +3
    -3
      src/components/ProductionProcess/ProductionProcessDetail.tsx

+ 3
- 3
src/components/ProductionProcess/ProductionProcessDetail.tsx Vedi File

@@ -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>
</>
)}


Caricamento…
Annulla
Salva