Update tambah field rekanan di hospital

This commit is contained in:
2024-02-01 09:07:54 +07:00
parent 0e9694101f
commit 135c0987ab
5 changed files with 65 additions and 2 deletions

View File

@@ -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,
];