mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Simplified Client URL Handling in global client header logic
This commit is contained in:
@@ -111,7 +111,7 @@ $kanban = array_values($statuses);
|
||||
|
||||
<b>
|
||||
<?php
|
||||
if (!isset($_GET['client_id'])) {
|
||||
if (!$client_url) {
|
||||
if ($item['contact_name'] != ""){
|
||||
echo $item['client_name'] . ' - ' . $item['contact_name'];
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user