X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=taxes%2Fitem_tax_types.php;h=d398e6c9b2f7e239d5a2d85958174be367078ee4;hb=f86c7fa58ad953e66d2126019775f90ee6c377b0;hp=55175b709e41effa6cf9906304a8f970a8bb30aa;hpb=6aa1c92689c443607b28bf36cd3d4fa22c0ba491;p=fa-stable.git diff --git a/taxes/item_tax_types.php b/taxes/item_tax_types.php index 55175b70..d398e6c9 100644 --- a/taxes/item_tax_types.php +++ b/taxes/item_tax_types.php @@ -184,7 +184,7 @@ if (!isset($_POST['exempt']) || $_POST['exempt'] == 0) alt_table_row_color($k); label_cell($myrow["name"]); - percent_cell($myrow["rate"]); + label_cell(percent_format($myrow["rate"])." %", "nowrap align=right"); check_cells("", 'ExemptTax' . $myrow["id"], null); end_row(); }