Re Format Doctor Resource
This commit is contained in:
@@ -73,7 +73,8 @@ class DrugSeeder extends Seeder
|
||||
'name' => $row_data['pabrikan']
|
||||
], [
|
||||
'name' => $row_data['pabrikan'],
|
||||
'type' => 'manufacturer'
|
||||
'type' => 'manufacturer',
|
||||
'code' => $row_data['pabrikan']
|
||||
]);
|
||||
|
||||
if (in_array($row_data['golongan'], ['VITAMINS & MINERALS', 'NUTRITIONS'])) {
|
||||
|
||||
Reference in New Issue
Block a user