Added FG Line in plant line controller
This commit is contained in:
@@ -133,7 +133,7 @@ class ModulePlantLineController extends Controller
|
|||||||
|
|
||||||
// Add "All Lines" to beginning and "FG Lines" at the end
|
// Add "All Lines" to beginning and "FG Lines" at the end
|
||||||
// array_unshift($nonFgLines, 'All Lines');
|
// array_unshift($nonFgLines, 'All Lines');
|
||||||
$nonFgLines[] = 'FG Lines';
|
$nonFgLines[] = 'FG Line';
|
||||||
|
|
||||||
return response()->json([
|
return response()->json([
|
||||||
'status_code' => 'SUCCESS',
|
'status_code' => 'SUCCESS',
|
||||||
|
|||||||
Reference in New Issue
Block a user