mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +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 {
|
||||
$tax_name_display = $tax_name;
|
||||
}
|
||||
$tax_percent = intval($row['tax_percent']);
|
||||
$tax_percent = floatval($row['tax_percent']);
|
||||
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user