diff --git a/products.php b/products.php index 9a8116fb..18e6ab4f 100644 --- a/products.php +++ b/products.php @@ -84,7 +84,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()")); } else { $tax_name_display = $tax_name; } - $tax_percent = intval($row['tax_percent']); + $tax_percent = floatval($row['tax_percent']); ?>