1
0
forked from poc/pds

Added FG Line in plant line controller

This commit is contained in:
dhanabalan
2025-07-14 11:20:56 +05:30
parent dafe1ca458
commit 52a25fec8e

View File

@@ -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',