diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-08-24 08:46:44 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-08-24 08:46:44 +0700 |
| commit | 0bca1bfb2bc7e52a31dde39602dd599d7c640e73 (patch) | |
| tree | 2859fefbcde9243d394f03929814d7951b41014a /src-migrate/modules/register/components/Form.tsx | |
| parent | bf33cdda7fb249cdd2473e0d1039704fd2171589 (diff) | |
<iman> update new register
Diffstat (limited to 'src-migrate/modules/register/components/Form.tsx')
| -rw-r--r-- | src-migrate/modules/register/components/Form.tsx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src-migrate/modules/register/components/Form.tsx b/src-migrate/modules/register/components/Form.tsx index 76601866..c4789e9a 100644 --- a/src-migrate/modules/register/components/Form.tsx +++ b/src-migrate/modules/register/components/Form.tsx @@ -36,10 +36,13 @@ const Form: React.FC<FormProps> = ({ type, required, isBisnisRegist=false }) => const { name, value } = event.target; updateForm(name, value) // if(!isBisnisRegist){ + + updateForm('type_acc',`individu`) + updateForm('is_pkp','false') updateForm('business_name','Iman') - updateForm('companyType','iman') + updateForm('company_type_id','0') updateForm('email_partner','it@fixcomart.co.id') - updateForm('industry','1') + updateForm('industry_id','0') updateForm('nama_wajib_pajak','Iman') updateForm('npwp','958666666688888') updateForm('npwp_document','adsdad.pdf') |
