mirror of
https://github.com/itflow-org/itflow
synced 2026-03-24 14:35:38 +00:00
Updated Tax Rate to be a floatval instead of a intval
This commit is contained in:
@@ -84,7 +84,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
|
|||||||
} else {
|
} else {
|
||||||
$tax_name_display = $tax_name;
|
$tax_name_display = $tax_name;
|
||||||
}
|
}
|
||||||
$tax_percent = intval($row['tax_percent']);
|
$tax_percent = floatval($row['tax_percent']);
|
||||||
|
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|||||||
Reference in New Issue
Block a user