mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
Merge branch 'develop'
This commit is contained in:
commit
4f3c932bb1
|
@ -645,7 +645,7 @@ class ReportsController extends Controller
|
|||
}
|
||||
|
||||
if ($request->has('supplier')) {
|
||||
$row[] = ($asset->location) ? $asset->supplier->name : '';
|
||||
$row[] = ($asset->supplier) ? $asset->supplier->name : '';
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue