Currently the client name is only visible on the Details tab when looking at a client’s information. When either the Quotes, Invoices or Payments tab is selected the client’s name is not visible on the page.
Maybe change headerbar to:
#
<?php echo $client->client_name; ?> |
<?php echo lang('create_quote'); ?> <i class=“fa fa-file-text”"> <?php echo lang('create_invoice'); ?> <?php echo lang('edit'); ?>
and remove the client name from the Details section. |