Memperbaiki redirect ke halaman otorisasi penawaran ketika status nay bukan tender

This commit is contained in:
2024-12-06 14:35:07 +07:00
committed by Daeng Deni Mardaeni
parent bc8e618bda
commit a52c4a1bbd
28 changed files with 965 additions and 360 deletions

View File

@@ -19,9 +19,7 @@ class CurrencySeeder extends Seeder
'decimal_places' => 2,
'status' => 1,
'created_at' => now(),
'updated_at' => now(),
'created_by' => 1,
'updated_by' => 1
'updated_at' => now()
],
[
'code' => 'MYR',
@@ -29,9 +27,7 @@ class CurrencySeeder extends Seeder
'decimal_places' => 2,
'status' => 1,
'created_at' => now(),
'updated_at' => now(),
'created_by' => 1,
'updated_by' => 1
'updated_at' => now()
],
[
'code' => 'SAR',
@@ -39,9 +35,7 @@ class CurrencySeeder extends Seeder
'decimal_places' => 2,
'status' => 1,
'created_at' => now(),
'updated_at' => now(),
'created_by' => 1,
'updated_by' => 1
'updated_at' => now()
]
]);
}