Memperbaiki redirect ke halaman otorisasi penawaran ketika status nay bukan tender

This commit is contained in:
2024-12-06 14:35:07 +07:00
parent d486cd735a
commit 5b892d6d7d
28 changed files with 965 additions and 360 deletions

View File

@@ -33,7 +33,35 @@ class IjinUsahaSeeder extends Seeder
'status' => 1,
'created_at' => now(),
'updated_at' => now()
]
],
[
'code' => 'IU004',
'name' => 'Properti Sederhana',
'status' => 1,
'created_at' => now(),
'updated_at' => now()
],
[
'code' => 'IU005',
'name' => 'Kep Men Keu RI Nomor 104/KM.1/2018',
'status' => 1,
'created_at' => now(),
'updated_at' => now()
],
[
'code' => 'IU006',
'name' => 'Kep Men Keu RI Nomor 174/KM.1/2018',
'status' => 1,
'created_at' => now(),
'updated_at' => now()
],
[
'code' => 'IU007',
'name' => 'Kep Men Keu RI Nomor 368/KM.1/2020',
'status' => 1,
'created_at' => now(),
'updated_at' => now()
],
]);
}
}