button imprimir code safekat

This commit is contained in:
amazuecos
2025-04-21 00:12:51 +02:00
parent a137ede1a7
commit b318721b90
6 changed files with 35 additions and 6 deletions

View File

@ -1617,4 +1617,7 @@ class ProductionService extends BaseService
}
return $this->isCorte;
}
public function getFileBarCode(){
return $this->ot->getBarCodeFile();
}
}