mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-13 09:04:09 -08:00
Merge remote-tracking branch 'origin/develop'
This commit is contained in:
commit
32407b531b
|
@ -161,7 +161,7 @@ class ActionlogsTransformer
|
||||||
{ $location = Location::withTrashed()->get();
|
{ $location = Location::withTrashed()->get();
|
||||||
$supplier = Supplier::withTrashed()->get();
|
$supplier = Supplier::withTrashed()->get();
|
||||||
$model = AssetModel::withTrashed()->get();
|
$model = AssetModel::withTrashed()->get();
|
||||||
$company = Company::withTrashed()->get();
|
$company = Company::get();
|
||||||
|
|
||||||
|
|
||||||
if(array_key_exists('rtd_location_id',$clean_meta)) {
|
if(array_key_exists('rtd_location_id',$clean_meta)) {
|
||||||
|
|
Loading…
Reference in a new issue