mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
terminada funcionalidad reimpresion presupuestos
This commit is contained in:
@ -93,11 +93,19 @@
|
||||
<?php if (str_contains($formAction, 'edit')): ?>
|
||||
<?= anchor(route_to("presupuestoToPdf", $presupuestoId), lang("Basic.global.Print"), ["class" => "btn btn-dark float-start me-sm-3 me-1",'target' => '_blank']) ?>
|
||||
<input type="button"
|
||||
class="btn btn-info float-start me-sm-3 me-1"
|
||||
class="btn btn-primary float-start me-sm-3 me-1"
|
||||
name="clone"
|
||||
id="cloneForm"
|
||||
value="<?= lang("Basic.global.Clone") ?>"
|
||||
/>
|
||||
<?php if($presupuestoEntity->estado_id == 2): ?>
|
||||
<input type="button"
|
||||
class="btn btn-primary float-start me-sm-3 me-1"
|
||||
name="reprint"
|
||||
id="reprint"
|
||||
value="<?= lang("Presupuestos.reprint") ?>"
|
||||
/>
|
||||
<?php endif; ?>
|
||||
<?php endif; ?>
|
||||
<?= anchor(route_to("presupuestoAdminList", $tipo_impresion_id), lang("Basic.global.Cancel"), ["class" => "btn btn-secondary float-start",]) ?>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user