Show company name for the remaining entities
This commit is contained in:
@@ -243,7 +243,7 @@ class ManufacturersController extends AdminController
|
||||
|
||||
public function getDataView($manufacturerID) {
|
||||
|
||||
$manufacturer = Manufacturer::find($manufacturerID);
|
||||
$manufacturer = Manufacturer::with('assets.company')->find($manufacturerID);
|
||||
$manufacturer_assets = $manufacturer->assets;
|
||||
|
||||
if (Input::has('search')) {
|
||||
|
||||
Reference in New Issue
Block a user