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 Use new translations for logs 2023-04-18 01:07:26 -07:00
LicenseCheckoutController.php Redirect if the license can’t be found 2023-06-29 21:15:50 +01:00
LicenseFilesController.php Handle already-deleted license files more gracefully 2023-03-15 13:05:51 -07:00
LicensesController.php Fixes #13341 Clean up correct seats on license delete 2023-07-20 13:48:57 +02:00