Bugfix - related assets view & admin user to allow profile setting
This commit is contained in:
@@ -31,6 +31,9 @@ $servicedate = isset($_GET['servicedate']) ? '&servicedate='.$_GET['servicedate'
|
||||
$warrantydate = isset($_GET['warrantydate']) ? '&warrantydate='.$_GET['warrantydate'] : '';
|
||||
$partnerid = isset($_GET['partnerid']) ? '&partnerid='.$_GET['partnerid'] : '';
|
||||
|
||||
//GET PARAMETERS FOR FILTERS
|
||||
$filter = urlGETdetailsFilter($_GET) ?? '';
|
||||
|
||||
// Determine the URL
|
||||
$url = 'index.php?page=equipments'.$status.$search.$software.$servicedate.$warrantydate.$partnerid.$sort;
|
||||
//GET Details from URL
|
||||
@@ -92,7 +95,7 @@ if ($create_allowed ===1){
|
||||
}
|
||||
$view .= '
|
||||
<form action="" method="get">
|
||||
<input type="hidden" name="page" value="equipments">
|
||||
'.$filter.'
|
||||
<div class="filters">
|
||||
<a href="#"><i class="fa-solid fa-filter"></i>'.$general_filters.'</a>
|
||||
<div class="list">
|
||||
|
||||
Reference in New Issue
Block a user