Skip to content

Commit

Permalink
Update imprimirOs.php
Browse files Browse the repository at this point in the history
  • Loading branch information
willph authored Jul 18, 2024
1 parent 7475d7b commit c78d1c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions application/views/os/imprimirOs.php
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,8 @@
</header>
<section>
<div class="title">
<!-- VIA EMPRESA -->
<?php $totalServico = 0; $totalProdutos = 0; ?>
<?php if ($configuration['control_2vias']) : ?><span class="via">Via Empresa</span><?php endif; ?>
ORDEM DE SERVIÇO #<?= str_pad($result->idOs, 4, 0, STR_PAD_LEFT) ?>
<span class="emissao">Emissão: <?= date('d/m/Y') ?></span>
Expand Down

0 comments on commit c78d1c3

Please sign in to comment.