diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-10-18 13:55:42 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-10-18 13:55:42 +0700 |
| commit | f82f8840c8addc1a4e244e6ad7d60ffe66b178c1 (patch) | |
| tree | 3e5fabfa1598f73fed230dffe6f92e848121a84b /indoteknik_api/controllers | |
| parent | dd53080cb1bd9a1e6236a72dc4df09df9cda82a8 (diff) | |
<iman> nambahin 1 nol jadi pkp 15
Diffstat (limited to 'indoteknik_api/controllers')
| -rw-r--r-- | indoteknik_api/controllers/api_v1/user.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_api/controllers/api_v1/user.py b/indoteknik_api/controllers/api_v1/user.py index e4f8b97f..3be874fa 100644 --- a/indoteknik_api/controllers/api_v1/user.py +++ b/indoteknik_api/controllers/api_v1/user.py @@ -95,7 +95,7 @@ class User(controller.Controller): user = request.env['res.users'].create(user_data) user.partner_id.email = email user.partner_id.customer_type = 'nonpkp' - user.partner_id.npwp = '0.000.000.0-000.000' + user.partner_id.npwp = '00.000.000.0-000.000' user.partner_id.sppkp = '-' user.partner_id.nama_wajib_pajak = user.name user.partner_id.user_id = 3222 |
