mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
BIG FIX: When accessing ticket, invoice, recurring invoice or quote details while in the client section of ITFlow keep the Client Side Nav instead of redirecting back to the Main Nav. This caused much confusion in the past. This will improve naviagtion in those areas greatly
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
<?php
|
||||
require_once "inc_all.php";
|
||||
|
||||
// If client_id is in URI then show client Side Bar and client header
|
||||
if (isset($_GET['client_id'])) {
|
||||
require_once "inc_all_client.php";
|
||||
} else {
|
||||
require_once "inc_all.php";
|
||||
}
|
||||
|
||||
// Perms
|
||||
enforceUserPermission('module_support');
|
||||
|
||||
Reference in New Issue
Block a user