mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Declare more floatvals
This commit is contained in:
@@ -220,7 +220,6 @@ if(isset($_GET['invoice_id'], $_GET['url_key'])){
|
||||
$item_description = htmlentities($row['item_description']);
|
||||
$item_quantity = floatval($row['item_quantity']);
|
||||
$item_price = floatval($row['item_price']);
|
||||
$item_subtotal = floatval($row['item_price']);
|
||||
$item_tax = floatval($row['item_tax']);
|
||||
$item_total = floatval($row['item_total']);
|
||||
$total_tax = $item_tax + $total_tax;
|
||||
|
||||
Reference in New Issue
Block a user