FMCS: Extended checks to accessories, bulk controllers, etc

This commit is contained in:
snipe
2026-06-10 11:47:54 +01:00
parent e3190c3922
commit 0f6367bb17
6 changed files with 31 additions and 13 deletions
@@ -170,7 +170,7 @@ class CheckoutAccessoryTest extends TestCase
$accessory = Accessory::factory()->for($companyA)->create(['qty' => 5]);
$location = Location::factory()->create();
$this->settings->enableMultipleFullCompanySupport();
$this->settings->enableFloaterMode();
$actor = User::factory()->superuser()->create();