From fb76484deaefe62f37d0caa1170666109060cf56 Mon Sep 17 00:00:00 2001 From: Djery-Tom Date: Tue, 17 May 2022 18:25:23 +0100 Subject: [PATCH] Update identifications documents preview --- application/language/english/message_lang.php | 2 +- application/language/french/message_lang.php | 2 +- application/views/gestion_recherche.php | 12 ++++++------ .../nano_health/modals/beneficiary_images_modal.php | 12 ++++++------ 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/application/language/english/message_lang.php b/application/language/english/message_lang.php index 66402ceb..cbac5a35 100755 --- a/application/language/english/message_lang.php +++ b/application/language/english/message_lang.php @@ -900,7 +900,7 @@ $lang['controller_doctor'] = "Controller doctor"; $lang['add_controller_doctor'] = "Add a controller doctor"; $lang['controller_doctor_updated'] = "Controller doctor updated"; $lang['controller_doctor_deleted'] = "Controller doctor deleted"; -$lang['controller_doctor_deleted'] = "Controller doctor deleted"; +$lang['controller_doctor_created'] = "Controller doctor created"; $lang['accepted_invoices'] = "Accepted invoices"; $lang['rejected_invoices'] = "Rejected invoices"; $lang['rejected_invoices'] = "Rejected invoices"; diff --git a/application/language/french/message_lang.php b/application/language/french/message_lang.php index 42524349..fcc05f5f 100755 --- a/application/language/french/message_lang.php +++ b/application/language/french/message_lang.php @@ -910,7 +910,7 @@ $lang['controller_doctor'] = "Médécin controleur"; $lang['add_controller_doctor'] = "Ajouter un médécin controleur"; $lang['controller_doctor_updated'] = "Médécin controleur modifié"; $lang['controller_doctor_deleted'] = "Médécin controleur supprimé"; -$lang['controller_doctor_deleted'] = "Médécin controleur supprimé"; +$lang['controller_doctor_created'] = "Médécin controleur créé"; $lang['accepted_invoices'] = "Factures acceptées"; $lang['rejected_invoices'] = "Factures rejetées"; $lang['accepted_modified_invoices'] = "Factures acceptées modifiées"; diff --git a/application/views/gestion_recherche.php b/application/views/gestion_recherche.php index 43504a56..6337fc83 100755 --- a/application/views/gestion_recherche.php +++ b/application/views/gestion_recherche.php @@ -421,13 +421,13 @@ status) { - $user_image = WALLET_SERVICE_URL . '/photos/'.$row->user_image; + $user_image = $row->user_image; $user_image_file = @fopen($user_image ,'r'); - $document_front = WALLET_SERVICE_URL . '/documents/'.$row->document_image_front; + $document_front = $row->document_image_front; $document_front_file = @fopen($document_front ,'r'); - $document_back = WALLET_SERVICE_URL . '/documents/'.$row->document_image_back; + $document_back = $row->document_image_back; $document_back_file = @fopen($document_back ,'r'); ?> @@ -640,13 +640,13 @@ value="phone ?>"> status) { - $user_image = WALLET_SERVICE_URL . '/photos/'.$row->user_image; + $user_image = $row->user_image; $user_image_file = @fopen($user_image ,'r'); - $document_front = WALLET_SERVICE_URL . '/documents/'.$row->document_image_front; + $document_front = $row->document_image_front; $document_front_file = @fopen($document_front ,'r'); - $document_back = WALLET_SERVICE_URL . '/documents/'.$row->document_image_back; + $document_back = $row->document_image_back; $document_back_file = @fopen($document_back ,'r'); ?> diff --git a/application/views/nano_health/modals/beneficiary_images_modal.php b/application/views/nano_health/modals/beneficiary_images_modal.php index c2fbe46c..f2a746fc 100644 --- a/application/views/nano_health/modals/beneficiary_images_modal.php +++ b/application/views/nano_health/modals/beneficiary_images_modal.php @@ -6,14 +6,14 @@ marriage_certificate_doc; + $marriage_certificate_doc = $row->marriage_certificate_doc; $marriage_certificate_doc_file = @fopen($marriage_certificate_doc,'r'); - $id_document_front = NANO_SANTE_SERVICE_URL . '/insurances-subscriptions-docs/'.$row->id_document_front; + $id_document_front = $row->id_document_front; $id_document_front_file = @fopen($id_document_front ,'r'); - $id_document_back = NANO_SANTE_SERVICE_URL . '/insurances-subscriptions-docs/'.$row->id_document_back; + $id_document_back = $row->id_document_back; $id_document_back_file = @fopen($id_document_front ,'r'); ?>