Update tambah field rekanan di hospital
This commit is contained in:
@@ -31,6 +31,7 @@ class OrganizationResource extends JsonResource
|
||||
'district_id' => $this->currentAddress->district_id ?? null,
|
||||
'village_id' => $this->currentAddress->village_id ?? null,
|
||||
'postal_code' => $this->currentAddress->postal_code ?? null,
|
||||
'corporate_id_partner' => $this->corporate_id_partner ?? null,
|
||||
'active' => $this->status == 'active' ? 1 : 0,
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user