mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
add alias_ot to maquina code header in pdf and seeder to update alias in lg_maquinas
This commit is contained in:
@ -62,11 +62,11 @@ $settings = $session->get('settings');
|
||||
<div class="px-2 d-flex flex justify-content-center align-items-center w-100">
|
||||
<span class="w-100 text-center code-title" style="background-color: <?= $colors["impresion_interior_ppal"]["bg"] ?>;color:<?= $colors["impresion_interior_ppal"]["color"] ?>;">
|
||||
<?php if ($isPOD): ?>
|
||||
<strong>POD</strong>
|
||||
<strong><?= $linea_impresion->maquina()->alias_ot ?? "POD" ?></strong>
|
||||
<?php elseif ($presupuesto->presupuestoLineaImpresion()->isRotativa()): ?>
|
||||
<strong>ROTATIVA</strong>
|
||||
<?php else: ?>
|
||||
<strong>GENERAL</strong>
|
||||
<strong><?= $linea_impresion->maquina()->alias_ot ?? "GENERAL" ?></strong>
|
||||
<?php endif; ?>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user