Fixed not showing linked credits in Contract/Cancelform

This commit is contained in:
Frank Schubert
2024-08-01 21:15:03 +02:00
parent ab5d5a2ced
commit 3bec7832f5
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ class ContractqueueController extends mfBaseController {
$this->me = $me;
$this->layout()->set("me",$me);
if(!$me->is(["Admin"])) {
if(!$me->is(["Admin"]) && !$me->is("Billing")) {
$this->redirect("Dashboard");
}
}