mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -08:00
Fixed #4576 - licence checkout gate
This commit is contained in:
parent
60f6895919
commit
c39e6d7006
|
@ -288,7 +288,7 @@ class LicensesController extends Controller
|
|||
}
|
||||
|
||||
|
||||
$this->authorize('checkout', $licenseSeat);
|
||||
$this->authorize('checkout', $license);
|
||||
|
||||
// Declare the rules for the form validation
|
||||
$rules = [
|
||||
|
|
Loading…
Reference in a new issue