diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-10-18 10:39:40 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-10-18 10:39:40 +0700 |
| commit | 661d742193b62aeb3d2a2350433bdd3714667625 (patch) | |
| tree | b76533a91025136daf8efdd64bd1a4aacb4c71b5 /src-migrate/types | |
| parent | ead46a6d760850530946926b390a8954ca64e1c2 (diff) | |
<iman> add kontak perusahaan
Diffstat (limited to 'src-migrate/types')
| -rw-r--r-- | src-migrate/types/tempo.ts | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/src-migrate/types/tempo.ts b/src-migrate/types/tempo.ts index a4bd3d0a..fc920c05 100644 --- a/src-migrate/types/tempo.ts +++ b/src-migrate/types/tempo.ts @@ -22,17 +22,11 @@ export type tempoPropsKontakPerson = { direkturName: string; direkturMobile: string; direkturEmail: string; - industry_id: string; - street: string; - state: string; - city: string; - zip: string; - bankName: string; - accountName: string; - accountNumber: string; - estimasi: string; - tempoDuration: string; - bersedia: string; + purchasingName: string; + purchasingEmail: string; + financeMobile: string; + financeEmail: string; + financeName: string; }; export type TempoApiProps = OdooApiRes<TempoProps>; |
