Skip to content

Commit

Permalink
fix: add 41 to identifier for npwp
Browse files Browse the repository at this point in the history
  • Loading branch information
trikarai committed Feb 26, 2024
1 parent 4774175 commit 665657a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ts/datas/npwp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const NPWP_LENGTH = 15
**/
export const NPWP_TAX_IDENTITIES = [
'01', '02', '21', '31', '00', '20', '04', '05', '06', '07', '08', '09', '24', '25', '26',
'31', '34', '35', '36', '47', '48', '49', '57', '58', '64', '65', '67', '71', '77', '78', '79', '87', '88',
'31', '34', '35', '36', '41', '47', '48', '49', '57', '58', '64', '65', '67', '71', '77', '78', '79', '87', '88',
'89', '91', '97'
]

Expand Down

0 comments on commit 665657a

Please sign in to comment.