X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=taxes%2Ftax_groups.php;h=16873e04ecf2724e849795ea1a2ef1a522827365;hb=36823b0fc61d0b2bcffb5d6fbdcc8b1714e8c9c9;hp=889db60e9b7928af11fb66b7efdf8fb146fb416b;hpb=5bdeff963d434637f3ad2e4c82dd00b9780e7fcc;p=fa-stable.git diff --git a/taxes/tax_groups.php b/taxes/tax_groups.php index 889db60e..16873e04 100644 --- a/taxes/tax_groups.php +++ b/taxes/tax_groups.php @@ -139,7 +139,7 @@ while ($myrow = db_fetch($result)) inactive_control_cell($myrow["id"], $myrow["inactive"], 'tax_groups', 'id'); edit_button_cell("Edit".$myrow["id"], _("Edit")); delete_button_cell("Delete".$myrow["id"], _("Delete")); - end_row();; + end_row(); } inactive_control_row($th);