diff --git a/client.php b/client.php index e07f0b22..d67c127c 100644 --- a/client.php +++ b/client.php @@ -69,9 +69,9 @@ if(isset($_GET['client_id'])){ } $client_tag_id_array[] = $client_tag_id; - $client_tag_name_display_array[] = "
$client_tag_name
"; + $client_tag_name_display_array[] = "$client_tag_name "; } - $client_tags_display = implode('', $client_tag_name_display_array); + $client_tags_display = " " . implode('', $client_tag_name_display_array); //Add up all the payments for the invoice and get the total amount paid to the invoice $sql_invoice_amounts = mysqli_query($mysqli,"SELECT SUM(invoice_amount) AS invoice_amounts FROM invoices WHERE invoice_client_id = $client_id AND invoice_status NOT LIKE 'Draft' AND invoice_status NOT LIKE 'Cancelled'"); @@ -186,6 +186,14 @@ $location_phone = formatPhoneNumber($location_phone); if(!empty($client_website)){ ?> +
+ + + diff --git a/client_side_nav.php b/client_side_nav.php index 9f955cd8..d5aa9ce9 100644 --- a/client_side_nav.php +++ b/client_side_nav.php @@ -13,11 +13,8 @@

Back |

- -