mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Update | Fix wrong named entity
This commit is contained in:
parent
a25a90d3d1
commit
26486be960
@ -49,7 +49,7 @@ class CreditFilters extends QueryFilters
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (in_array('partial', $status_parameters)) {
|
if (in_array('partial', $status_parameters)) {
|
||||||
$this->builder->where('status_id', Credit::STAUTS_PARTIAL);
|
$this->builder->where('status_id', Credit::STATUS_PARTIAL);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (in_array('applied', $status_parameters)) {
|
if (in_array('applied', $status_parameters)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user