FIX_STATUS_DECAPRATED
This commit is contained in:
parent
8994bd58b9
commit
b61e133a6d
@ -27,7 +27,7 @@ class PaymentStatusModel extends Model
|
||||
];
|
||||
|
||||
|
||||
public function getPaymentData($fromDate = null, $toDate = null, $status)
|
||||
public function getPaymentData($fromDate, $toDate, $status)
|
||||
{
|
||||
|
||||
$builder = $this->db->table('payment_status')->select('payment_status.*,concat(customers.first_name," ",customers.last_name) as customer_name,books.short_code as scheme_name')
|
||||
|
||||
Loading…
Reference in New Issue
Block a user