summaryrefslogtreecommitdiff
path: root/src/lib/auth/components/SwitchAccount.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/auth/components/SwitchAccount.jsx')
-rw-r--r--src/lib/auth/components/SwitchAccount.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/auth/components/SwitchAccount.jsx b/src/lib/auth/components/SwitchAccount.jsx
index e080fc39..6c1176bf 100644
--- a/src/lib/auth/components/SwitchAccount.jsx
+++ b/src/lib/auth/components/SwitchAccount.jsx
@@ -93,6 +93,7 @@ const SwitchAccount = ({ company_type }) => {
updateForm('company_type_id', `${dataProfile?.companyTypeId}`);
updateForm('nama_wajib_pajak', dataProfile?.taxName);
updateForm('npwp', dataProfile?.npwp);
+ updateForm('sppkp', dataProfile?.sppkp);
updateForm('alamat_wajib_pajak', dataProfile?.alamatWajibPajak);
updateForm('alamat_bisnis', dataProfile?.alamatBisnis);
validate();