diff --git a/add_contact_modal.php b/add_contact_modal.php index da27824a..34ea12c8 100644 --- a/add_contact_modal.php +++ b/add_contact_modal.php @@ -96,7 +96,7 @@
- +
@@ -105,7 +105,7 @@
- +
diff --git a/add_location_modal.php b/add_location_modal.php index 0cfd7339..27134d84 100644 --- a/add_location_modal.php +++ b/add_location_modal.php @@ -168,7 +168,7 @@
- +
diff --git a/edit_contact_modal.php b/edit_contact_modal.php index c5ca27ef..4c674d21 100644 --- a/edit_contact_modal.php +++ b/edit_contact_modal.php @@ -35,7 +35,7 @@
- +
@@ -45,7 +45,7 @@
- +
@@ -87,7 +87,7 @@
- +
@@ -109,7 +109,7 @@
- +
@@ -118,7 +118,7 @@
- +
diff --git a/edit_location_modal.php b/edit_location_modal.php index 3a382553..558a97bf 100644 --- a/edit_location_modal.php +++ b/edit_location_modal.php @@ -177,7 +177,7 @@
- +
diff --git a/post.php b/post.php index e4622393..09cae5ae 100644 --- a/post.php +++ b/post.php @@ -2683,7 +2683,7 @@ if(isset($_GET['delete_invoice_item'])){ $sql = mysqli_query($mysqli,"SELECT * FROM invoice_items WHERE item_id = $item_id AND company_id = $session_company_id"); $row = mysqli_fetch_array($sql); - $invoice_id = $row['invoice_id']; + $invoice_id = $row['item_invoice_id']; $item_subtotal = $row['item_subtotal']; $item_tax = $row['item_tax']; $item_total = $row['item_total'];