diff --git a/add_payment_modal.php b/add_payment_modal.php index b7a75203..de056715 100644 --- a/add_payment_modal.php +++ b/add_payment_modal.php @@ -117,7 +117,7 @@ - +
diff --git a/client_invoices.php b/client_invoices.php index 002ae359..df812939 100644 --- a/client_invoices.php +++ b/client_invoices.php @@ -146,8 +146,10 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()"));
diff --git a/invoice.php b/invoice.php index b6df2cb7..c454b69b 100644 --- a/invoice.php +++ b/invoice.php @@ -130,8 +130,10 @@ if(isset($_GET['invoice_id'])){ Send @@ -154,8 +156,9 @@ if(isset($_GET['invoice_id'])){ Print ');">Download PDF + Send Email - + ">Guest URL diff --git a/invoices.php b/invoices.php index 71e1f950..a95b7e4a 100644 --- a/invoices.php +++ b/invoices.php @@ -285,6 +285,7 @@ $invoice_created_at = $row['invoice_created_at']; $client_id = $row['client_id']; $client_name = $row['client_name']; + $client_email = $row['client_email']; $category_id = $row['category_id']; $category_name = $row['category_name']; $client_currency_code = $row['client_currency_code']; @@ -339,8 +340,10 @@ Edit Copy + Send + Delete diff --git a/quote.php b/quote.php index dcb8227c..08784688 100644 --- a/quote.php +++ b/quote.php @@ -107,8 +107,10 @@ if(isset($_GET['quote_id'])){ Send @@ -135,7 +137,9 @@ if(isset($_GET['quote_id'])){ Print ');">Download PDF + Send Email + ">Guest URL Delete diff --git a/quotes.php b/quotes.php index f3f3bf45..db4069d8 100644 --- a/quotes.php +++ b/quotes.php @@ -175,6 +175,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()")); $quote_created_at = $row['quote_created_at']; $client_id = $row['client_id']; $client_name = $row['client_name']; + $client_email = $row['client_email']; $client_currency_code = $row['client_currency_code']; $category_id = $row['category_id']; $category_name = $row['category_name']; @@ -220,8 +221,10 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()")); Edit Copy + Send + Delete