CM89 - expired contract handling
This commit is contained in:
@@ -22,6 +22,8 @@ if (isAllowed($page,$_SESSION['profile'],$_SESSION['permission'],'R') === 0){
|
||||
header('location: index.php');
|
||||
exit;
|
||||
}
|
||||
//Close Contracts when end_date expired
|
||||
closeContract();
|
||||
|
||||
//GET PARAMETERS
|
||||
$pagination_page = isset($_GET['p']) ? $_GET['p'] : 1;
|
||||
|
||||
Reference in New Issue
Block a user