1
0
forked from poc/pds

Added production calendar and production target permission

This commit is contained in:
dhanabalan
2026-02-19 11:53:45 +05:30
parent 14da244965
commit c3fa25090d

View File

@@ -189,5 +189,8 @@ class PermissionSeeder extends Seeder
Permission::updateOrCreate(['name' => 'view import characteristic approver master']);
Permission::updateOrCreate(['name' => 'view export characteristic approver master']);
Permission::updateOrCreate(['name' => 'view production calender page']);
Permission::updateOrCreate(['name' => 'view production target page']);
}
}