bills_or_invoices_pic : ps

This commit is contained in:
VE10-Sanjeev 2023-02-28 13:15:04 +05:30
parent 0ac8d8010b
commit 1b4ccdee21

View File

@ -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'])) {