mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
continue last commit into add payment and edit items in invoice quotes and recurring
This commit is contained in:
@@ -215,6 +215,7 @@ if(isset($_GET['quote_id'])){
|
||||
$item_subtotal = $row['item_price'];
|
||||
$item_tax = $row['item_tax'];
|
||||
$item_total = $row['item_total'];
|
||||
$item_created_at = $row['item_created_at'];
|
||||
$tax_id = $row['tax_id'];
|
||||
$total_tax = $item_tax + $total_tax;
|
||||
$sub_total = $item_price * $item_quantity + $sub_total;
|
||||
|
||||
Reference in New Issue
Block a user