From 4774175a4ed42d7e309241a4aa9fdfb8d9b95f41 Mon Sep 17 00:00:00 2001 From: Tri Sutrisno Date: Fri, 23 Feb 2024 13:51:18 +0700 Subject: [PATCH 1/2] fix: add 64 to identifier for npwp - some new npwp number some have identifier with 64 --- src/ts/datas/npwp.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ts/datas/npwp.ts b/src/ts/datas/npwp.ts index f15749c..04b5878 100644 --- a/src/ts/datas/npwp.ts +++ b/src/ts/datas/npwp.ts @@ -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', '47', '48', '49', '57', '58', '64', '65', '67', '71', '77', '78', '79', '87', '88', '89', '91', '97' ] From 665657a95f309a8b785773204e690013fa5dd341 Mon Sep 17 00:00:00 2001 From: Tri Sutrisno Date: Mon, 26 Feb 2024 11:08:47 +0700 Subject: [PATCH 2/2] fix: add 41 to identifier for npwp --- src/ts/datas/npwp.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ts/datas/npwp.ts b/src/ts/datas/npwp.ts index 04b5878..ec0abb2 100644 --- a/src/ts/datas/npwp.ts +++ b/src/ts/datas/npwp.ts @@ -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' ]