FIX_TrackerID 0000913 : ps
This commit is contained in:
parent
5c244684e4
commit
5408d2dc37
@ -160,7 +160,7 @@ class Invoice extends BaseController
|
||||
{
|
||||
$data['receipt_details'] = $model->where(['receipt_id' => $id, 'isactive' => 1])->first();
|
||||
}
|
||||
$data['receipt_type'] = (int)$data['receipt_details']['receipt_type'];
|
||||
$data['receipt_type'] = $data['receipt_details']['receipt_type'];
|
||||
}
|
||||
$cus_where = ['business_id' => (int)get_business_id() , 'isactive' => 1, 'donor_type'=>$data['receipt_type']];
|
||||
$data['typebaseddonors'] = $model->getData('donor', $cus_where);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user