mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-02 08:21:09 -08:00
Merge remote-tracking branch 'origin/develop'
This commit is contained in:
commit
5beeaa237b
|
@ -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