diff --git a/client_contacts.php b/client_contacts.php
index cddf3b36..a75c5261 100644
--- a/client_contacts.php
+++ b/client_contacts.php
@@ -71,7 +71,7 @@ $total_pages = ceil($total_found_rows / 10);
| Name |
Title |
- Email |
+ Email |
Phone |
Action |
@@ -118,7 +118,25 @@ $total_pages = ceil($total_found_rows / 10);
|
|
-
|
+
+
+
+
+
+
+
+
+
+ |
+
diff --git a/quote.php b/quote.php
index 1d93a512..5a61f11a 100644
--- a/quote.php
+++ b/quote.php
@@ -169,7 +169,7 @@ if(isset($_GET['quote_id'])){
$item_subtotal = $row['item_price'];
$item_tax = $row['item_tax'];
$item_total = $row['item_total'];
- $total_tax = $item_tax + $invoice_tax;
+ $total_tax = $item_tax + $total_tax;
$sub_total = $item_price * $item_quantity + $sub_total;
?>
|