mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-24 21:24:13 -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.model' => ['name', 'model_number'],
|
||||
'asset.supplier' => ['name'],
|
||||
'supplier' => ['name'],
|
||||
];
|
||||
|
||||
public function getCompanyableParents()
|
||||
|
|
Loading…
Reference in a new issue