@provis/provis-common-be-module 1.7.27 → 1.7.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -114,13 +114,6 @@ const statusClaim = {
|
|
|
114
114
|
id: 'Menunggu Bukti Bayar'
|
|
115
115
|
},
|
|
116
116
|
},
|
|
117
|
-
CLAIM_WAITING_TRANSFER_SLIP: {
|
|
118
|
-
code: '302',
|
|
119
|
-
desc: {
|
|
120
|
-
en: 'Waiting Transfer Slip',
|
|
121
|
-
id: 'Klaim Berhasil Dibayarkan'
|
|
122
|
-
},
|
|
123
|
-
},
|
|
124
117
|
CLAIM_PAID: {
|
|
125
118
|
code: '310',
|
|
126
119
|
desc: {
|
|
@@ -160,7 +153,6 @@ statusClaim.LIST_ACTIVE = [
|
|
|
160
153
|
statusClaim.SUBMIT_DOC_CLAIM_TO_INSURANCE.code,
|
|
161
154
|
statusClaim.CLAIM_APPROVED.code,
|
|
162
155
|
statusClaim.CLAIM_WAITING_PAYMENT_CLAIM.code,
|
|
163
|
-
statusClaim.CLAIM_WAITING_TRANSFER_SLIP.code,
|
|
164
156
|
statusClaim.CLAIM_REJECTED.code,
|
|
165
157
|
statusClaim.CLAIM_PAID.code,
|
|
166
158
|
statusClaim.CLAIM_WITHDRAWAL.code,
|
|
@@ -4,7 +4,7 @@ const config_1 = require("../constants/config");
|
|
|
4
4
|
const getCurrentDate_1 = require("./getCurrentDate");
|
|
5
5
|
const monthIndo = [
|
|
6
6
|
'Januari',
|
|
7
|
-
'
|
|
7
|
+
'Februari',
|
|
8
8
|
'Maret',
|
|
9
9
|
'April',
|
|
10
10
|
'Mei',
|
|
@@ -18,7 +18,7 @@ const monthIndo = [
|
|
|
18
18
|
];
|
|
19
19
|
const monthEng = [
|
|
20
20
|
'January',
|
|
21
|
-
'
|
|
21
|
+
'February',
|
|
22
22
|
'March',
|
|
23
23
|
'April',
|
|
24
24
|
'May',
|