Binary commit of image files
[fa-stable.git] / taxes / item_tax_types.php
index 55175b709e41effa6cf9906304a8f970a8bb30aa..d398e6c9b2f7e239d5a2d85958174be367078ee4 100644 (file)
@@ -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();
     }