added unwanted line

This commit is contained in:
dhanabalan
2025-07-31 13:59:14 +05:30
parent d5f55fbf98
commit 162eaa0c9c

View File

@@ -195,6 +195,8 @@ class SendProductionReport extends Command
// } // }
//.. //..
//.
foreach ($plants as $plant) foreach ($plants as $plant)
{ {
$lines = Line::where('plant_id', $plant->id)->get(); $lines = Line::where('plant_id', $plant->id)->get();