Fixed not showing linked credits in Contract/Cancelform
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user