Skip to content

Commit

Permalink
Merge pull request #25 from trikarai/fix-npwp-identifier
Browse files Browse the repository at this point in the history
fix: add 41,64 to identifier for npwp
  • Loading branch information
magicjar committed Feb 26, 2024
2 parents 8494063 + 665657a commit ebee470
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', '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 ebee470

Please sign in to comment.