snipe-it/app/Http/Controllers/Licenses
Tobias Franzius 90a344af0b Fixes #13341 Clean up correct seats on license delete
Before this, we checked for the `id` collumn in the `license_seats` table, insteasd of
using `license_id` for this.

This way, we ensure that we only alter seats belonging to the correct license.
2023-07-20 13:48:57 +02:00
..
LicenseCheckinController.php
LicenseCheckoutController.php
LicenseFilesController.php
LicensesController.php Fixes #13341 Clean up correct seats on license delete 2023-07-20 13:48:57 +02:00