Commit 215680f8 by Lalang Trendy Buana Committed by nurchamim

modul: payroll import bpjs

status: selesai
keterangan: Bug fix import BPJS Kes pot. karyawan 999999 ketika jumlah anak > 3
parent 95455ce6
......@@ -215,7 +215,7 @@ class Import extends MY_Controller
);
if ($jml_anak > 3) {
$data_bpjs_kes_temp['pot_kry_rp'] = $bpjs_kes_config->flag == '1' ? $this->aturan_maksimal_gaji_bpjs_kes($gaji_daftar) * ($jml_anak - 2 / 100) : 0;
$data_bpjs_kes_temp['pot_kry_rp'] = $bpjs_kes_config->flag == '1' ? $this->aturan_maksimal_gaji_bpjs_kes($gaji_daftar) * ($jml_anak - 2) * ($bpjs_kes_config->pot_kry / 100) : 0;
} else {
$data_bpjs_kes_temp['pot_kry_rp'] = $bpjs_kes_config->flag == '1' ? $this->aturan_maksimal_gaji_bpjs_kes($gaji_daftar) * ($bpjs_kes_config->pot_kry / 100) : 0;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment