continue last commit into add payment and edit items in invoice quotes and recurring

This commit is contained in:
johnny@pittpc.com
2021-02-07 14:12:43 -05:00
parent 274e1dc9e8
commit 0b0ccddd89
7 changed files with 9 additions and 6 deletions

View File

@@ -251,6 +251,7 @@ if(isset($_GET['invoice_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;