mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 14:27:33 -08:00
Search on supplier name attached to maintenance
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
1a48790dfe
commit
b94aaad9b5
|
@ -73,6 +73,7 @@ class AssetMaintenance extends Model implements ICompanyableChild
|
||||||
'asset' => ['name', 'asset_tag'],
|
'asset' => ['name', 'asset_tag'],
|
||||||
'asset.model' => ['name', 'model_number'],
|
'asset.model' => ['name', 'model_number'],
|
||||||
'asset.supplier' => ['name'],
|
'asset.supplier' => ['name'],
|
||||||
|
'supplier' => ['name'],
|
||||||
];
|
];
|
||||||
|
|
||||||
public function getCompanyableParents()
|
public function getCompanyableParents()
|
||||||
|
|
Loading…
Reference in a new issue