bills_or_invoices_pic : ps
This commit is contained in:
parent
0ac8d8010b
commit
1b4ccdee21
@ -3006,6 +3006,9 @@ class PD_Controller extends REST_Controller
|
|||||||
if ($b_value['pd_document_title'] == 'eb_bill_pic') {
|
if ($b_value['pd_document_title'] == 'eb_bill_pic') {
|
||||||
$temp_rec['eb_bill_pic'] = $b_value['doc_url'];
|
$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'])) {
|
if (isset($temp_rec['documents']) && count($temp_rec['documents'])) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user