CHANGE_MAIL_APPROVE_3 : AADHAVAN
This commit is contained in:
parent
3bf716c323
commit
c46b7153c8
@ -794,7 +794,7 @@ class MasterController extends BaseController
|
|||||||
->join('client', 'client_branch.client_id = client.client_id', 'left')
|
->join('client', 'client_branch.client_id = client.client_id', 'left')
|
||||||
->where('client_docs.id', $doc_id)->get()->getRow();
|
->where('client_docs.id', $doc_id)->get()->getRow();
|
||||||
// helper('url');
|
// helper('url');
|
||||||
$url ='<a href="' . generate_signed_url('preview', ['doc_id'=>md5($doc_id)], 100) . '">Preview and Approve Document</a>';
|
$url ='<a href="' . generate_signed_url('preview', ['doc_id'=>md5((string)$doc_id)], 100) . '">Preview and Approve Document</a>';
|
||||||
// $businessData = $this->BranchModel->select('branches.* , business.business_name ')
|
// $businessData = $this->BranchModel->select('branches.* , business.business_name ')
|
||||||
// ->join('business', 'branches.business_id = business.business_id', 'left')
|
// ->join('business', 'branches.business_id = business.business_id', 'left')
|
||||||
// ->where('branches.branch_id',$this->session->get('logged_in_staff_branch_id'))
|
// ->where('branches.branch_id',$this->session->get('logged_in_staff_branch_id'))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user