Skip to content

Commit

Permalink
Fix phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Mar 24, 2019
1 parent b54b687 commit 2034ac6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions htdocs/compta/tva/clients.php
Expand Up @@ -378,9 +378,7 @@
$subtot_coll_vat = 0;

if ($min == 0 || ($min > 0 && $x_both[$thirdparty_id]['coll']['totalht'] > $min)) {

if (is_array($x_both[$thirdparty_id]['coll']['detail'])) {

// VAT Rate
print "<tr>";
print '<td class="tax_rate">';
Expand Down Expand Up @@ -513,8 +511,8 @@
$subtot_coll_vat += $temp_vat;
$x_coll_sum += $temp_vat;
}

}

// Total customers for this vat rate
print '<tr class="liste_total">';
print '<td colspan="4"></td>';
Expand Down

0 comments on commit 2034ac6

Please sign in to comment.