Cosmetic and small bugs

This commit is contained in:
sparkyx 2021-04-11 09:11:03 +02:00
parent c1d7005d69
commit eb9654f40a
9 changed files with 64 additions and 10 deletions

View file

@ -26,6 +26,7 @@
* @see Tax_Summary
*
*/?>
<div class="content">
<h2><?php echo _("Vente")?></h2>
<?php
@ -173,6 +174,7 @@ $array = $this->get_summary_sale();
?>
<hr>
<h2><?php echo _("Achat")?></h2>
<?php
$array=$this->get_row_purchase();
@ -373,3 +375,4 @@ $a_sum=$this->get_summary_purchase();
echo '</tr>';
?>
</table>
</div>