mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 13:44:06 -08:00
Fixed #4356 - removed reference to old assetloc
This commit is contained in:
parent
a1eac967a7
commit
feb2f5b076
|
@ -419,7 +419,7 @@ class ReportsController extends Controller
|
||||||
*/
|
*/
|
||||||
public function postCustom()
|
public function postCustom()
|
||||||
{
|
{
|
||||||
$assets = Asset::orderBy('created_at', 'DESC')->with('company', 'assignedTo', 'assetloc', 'defaultLoc', 'model', 'supplier', 'assetstatus', 'model.manufacturer')->get();
|
$assets = Asset::orderBy('created_at', 'DESC')->with('company', 'assignedTo', 'location', 'defaultLoc', 'model', 'supplier', 'assetstatus', 'model.manufacturer')->get();
|
||||||
$customfields = CustomField::get();
|
$customfields = CustomField::get();
|
||||||
|
|
||||||
$rows = [ ];
|
$rows = [ ];
|
||||||
|
|
Loading…
Reference in a new issue