From 1b4ccdee21f627ff551122a5f5e8f06c9788e96a Mon Sep 17 00:00:00 2001 From: VE10-Sanjeev Date: Tue, 28 Feb 2023 13:15:04 +0530 Subject: [PATCH] bills_or_invoices_pic : ps --- api/application/controllers/PD_Controller.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/api/application/controllers/PD_Controller.php b/api/application/controllers/PD_Controller.php index 3cb0bdd4..8aaf374f 100644 --- a/api/application/controllers/PD_Controller.php +++ b/api/application/controllers/PD_Controller.php @@ -3006,6 +3006,9 @@ class PD_Controller extends REST_Controller if ($b_value['pd_document_title'] == 'eb_bill_pic') { $temp_rec['eb_bill_pic'] = $b_value['doc_url']; } + if ($b_value['pd_document_title'] == 'bills_or_invoices_pic') { + $temp_rec['bills_or_invoices_pic'] = $b_value['doc_url']; + } if (isset($temp_rec['documents']) && count($temp_rec['documents'])) {