Commit c50345c42bd0467e94e9c64f0abc54db5f1b2686
1 parent
2b3a97395b
Exists in
master
Hapus lagi FIF TOTALTAGIHAN karena konflik dengan PLN
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
index.js
... | ... | @@ -142,7 +142,7 @@ function splitPostpaidDetail(str) { |
142 | 142 | } |
143 | 143 | |
144 | 144 | function calculateBaseBillAmount(detailSplitted, customKeywords) { |
145 | - const keywords = customKeywords || ['TAGIHAN', 'DENDA', 'RPPREMI', 'BIAYA', 'TOTALTAGIHAN']; | |
145 | + const keywords = customKeywords || ['TAGIHAN', 'DENDA', 'RPPREMI', 'BIAYA']; | |
146 | 146 | |
147 | 147 | let retval = 0; |
148 | 148 | let detailCount = (detailSplitted || []).length; |