diff --git a/application/controllers/NanoHealthController.php b/application/controllers/NanoHealthController.php index 53c9ca1a..b8a1fa8d 100644 --- a/application/controllers/NanoHealthController.php +++ b/application/controllers/NanoHealthController.php @@ -77,6 +77,7 @@ class NanoHealthController extends CI_Controller $id = $_POST['id'] ?? null; $_POST['nh_network_config_id'] = $_POST['config_id']; $_POST['amount'] = empty($_POST['amount']) ? null : $_POST['amount']; + $_POST['unit_value'] = empty($_POST['unit_value']) ? null : $_POST['unit_value']; unset($_POST['config_id']); $exist = $this->db->get_where('nh_acts', ['id !=' => $id , 'nh_network_config_id' => $_POST['nh_network_config_id'] , 'code' => $_POST['code']]); diff --git a/application/language/english/message_lang.php b/application/language/english/message_lang.php index 8e0a690d..485b3a57 100755 --- a/application/language/english/message_lang.php +++ b/application/language/english/message_lang.php @@ -904,4 +904,8 @@ $lang['number_of_fractions'] = "Number of fractions"; $lang['PARTIALLY_PAID'] = "Partially paid"; $lang['SUSPENDED'] = "Suspended"; $lang['amount_required'] = "Amount is required"; +$lang['reminder_delay_days'] = "Invoice payment reminder time in days"; +$lang['suspension_delay_days_after_reminder'] = "Suspension period after reminder period in days"; +$lang['unit_value'] = "Unit value"; +$lang['unit_value_required'] = "Unit value is required"; ?> diff --git a/application/language/french/message_lang.php b/application/language/french/message_lang.php index f1e30242..6db14479 100755 --- a/application/language/french/message_lang.php +++ b/application/language/french/message_lang.php @@ -914,4 +914,8 @@ $lang['number_of_fractions'] = "Nombre de fractions"; $lang['PARTIALLY_PAID'] = "Partiellement payée"; $lang['SUSPENDED'] = "Suspendue"; $lang['amount_required'] = "Le montant est requis"; +$lang['reminder_delay_days'] = "Délai de relance de paiement d'une facture en jours"; +$lang['suspension_delay_days_after_reminder'] = "Délai de suspension apres le délai de relance de jours"; +$lang['unit_value'] = "Valeur de l'unité"; +$lang['unit_value_required'] = "La valeur de l'unité est requise"; ?> diff --git a/application/views/nano_health/hyper/gestion_wallet.php b/application/views/nano_health/hyper/gestion_wallet.php index c470cbcd..dcd8c20c 100755 --- a/application/views/nano_health/hyper/gestion_wallet.php +++ b/application/views/nano_health/hyper/gestion_wallet.php @@ -139,7 +139,7 @@ $careRequests = [];
= $this->lang->line('reminder_delay_days') ?>
+= $this->lang->line('suspension_delay_days_after_reminder') ?>
+