Memperbaiki redirect ke halaman otorisasi penawaran ketika status nay bukan tender
This commit is contained in:
@@ -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()
|
||||
],
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user