1
0
forked from poc/pds

Added permission for production quantities page

This commit is contained in:
dhanabalan
2025-04-27 23:49:39 +05:30
parent 480b1cc482
commit a8f717d99a

View File

@@ -44,6 +44,7 @@ class PermissionSeeder extends Seeder
Permission::updateOrCreate(['name' => 'view production line count dashboard']);
Permission::updateOrCreate(['name' => 'view production order count dashboard']);
Permission::updateOrCreate(['name' => 'view production line stop count dashboard']);
Permission::updateOrCreate(['name' => 'create ProductionQuantities']);
}
}