Skip to content

Commit

Permalink
Update imprimirVenda.php (#2175)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasabino authored Aug 16, 2023
1 parent 4d52fe7 commit 3988723
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion application/views/vendas/imprimirVenda.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@
echo '<td>' . ($p->preco ?: $p->precoVenda) . '</td>';
echo '<td> ' . number_format($p->subTotal, 2, ',', '.') . '</td>';
echo '</tr>';
echo '<hr />';
} ?>
<tr>
<td colspan="4" style="text-align: right"><strong>Total:</strong></td>
Expand Down

0 comments on commit 3988723

Please sign in to comment.