mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 02:24:29 -04:00
Define "with_property" for ProductFilters
This commit is contained in:
parent
db0f8f75e0
commit
11aec2d63c
@ -19,6 +19,8 @@ use Illuminate\Database\Eloquent\Builder;
|
||||
*/
|
||||
class ProductFilters extends QueryFilters
|
||||
{
|
||||
protected $with_property = 'product_key';
|
||||
|
||||
/**
|
||||
* Filter based on search text.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user