Skip to content

Commit

Permalink
Merge pull request #2496 from RamonSilva20/willph-patch-2
Browse files Browse the repository at this point in the history
Update imprimirOs.php
  • Loading branch information
willph authored Jul 18, 2024
2 parents 7475d7b + c78d1c3 commit b4a87be
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 b4a87be

Please sign in to comment.