diff --git a/application/language/english/message_lang.php b/application/language/english/message_lang.php index 61008d44..c3cfb7c4 100755 --- a/application/language/english/message_lang.php +++ b/application/language/english/message_lang.php @@ -759,4 +759,8 @@ $lang['insured_detail'] = "Insured detail"; $lang['remaining_amount'] = "Remaining amount"; $lang['insurance_infos'] = "Insurance information"; $lang['payment_transaction_history'] = "Payment transaction history"; +$lang['reason'] = "Reason"; +$lang['ADDITION_OF_BENEFICIARY'] = "Addition of beneficiary"; +$lang['DELETION_OF_BENEFICIARY'] = "Deletion of beneficiary"; +$lang['ACTIVATION'] = "Activation"; ?> diff --git a/application/language/french/message_lang.php b/application/language/french/message_lang.php index a128a70d..aeeaea6a 100755 --- a/application/language/french/message_lang.php +++ b/application/language/french/message_lang.php @@ -770,4 +770,8 @@ $lang['insured_detail'] = "Detail sur l'assuré"; $lang['remaining_amount'] = "Montant restant"; $lang['insurance_infos'] = "Informations sur l'assurance"; $lang['payment_transaction_history'] = "Historique des transactions de paiements"; +$lang['reason'] = "Motif"; +$lang['ADDITION_OF_BENEFICIARY'] = "Ajout d'ayant droit"; +$lang['DELETION_OF_BENEFICIARY'] = "Suppression d'ayant droit"; +$lang['ACTIVATION'] = "Activation"; ?> diff --git a/application/views/nano_health/hyper/infos_insurance.php b/application/views/nano_health/hyper/infos_insurance.php index f144b0d5..9c2c2684 100755 --- a/application/views/nano_health/hyper/infos_insurance.php +++ b/application/views/nano_health/hyper/infos_insurance.php @@ -170,7 +170,7 @@ - state == 'REMAINS') {?> + state == 'ADDITION_OF_BENEFICIARY') {?>
@@ -321,7 +321,9 @@ # + lang->line('souscription_id'); ?> lang->line('Montant'); ?> + lang->line('reason'); ?> Date @@ -333,7 +335,9 @@ echo " " . ($i+1) . " + " . $row->insurance_subscription_id . " " . $amount . " + " . $this->lang->line($row->reason). " " . $row->created_at. ""; ?> @@ -442,7 +446,7 @@ { order: [[1, 'asc']], "columnDefs": [{ - "targets": [2], + "targets": [4], // "orderable": false, render: $.fn.dataTable.render.moment('YYYY-MM-DD HH:mm:ss', 'D MMMM YYYY HH:mm:ss', format) }],