Skip to content

Commit

Permalink
Inclusão do script de buscar CEP em html/apoio/view/boleto.php [Issue #…
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielPintoSouza committed Nov 21, 2024
1 parent fb50b01 commit 4a48db1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions html/apoio/view/boleto.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
<script src="../public/js/mascara.js"></script>
<script src="../public/js/util.js"></script>
<script src="../public/js/boleto.js"></script>
<!--Busca cep-->
<script src="../../../Functions/busca_cep.js"></script>
<?php
require_once './templates/footer.php';
?>

0 comments on commit 4a48db1

Please sign in to comment.