fixed typo, fixed variable name

This commit is contained in:
Godfrey M
2025-01-16 12:00:49 -08:00
parent f47a2b10c0
commit db11fc35f4
2 changed files with 2 additions and 2 deletions
@@ -139,7 +139,7 @@ class LicenseSeatsController extends Controller
if ($is_checkin) {
$licenseSeat->logCheckin($target, $request->input('note'));
if(!$licenseSeat->license->ressignable){
if(!$licenseSeat->license->reassignable){
$licenseSeat->dead = 1;
$licenseSeat->save();
}