Compare commits
7 Commits
16d7f74115
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
91cad60e02 | ||
| e0cfe7ccea | |||
|
|
7244028d02 | ||
| 3c8bcb2e9e | |||
|
|
8104da98d4 | ||
| ef62ca360b | |||
|
|
1d51067355 |
@@ -606,6 +606,7 @@ class ProductionPlanResource extends Resource
|
||||
$query->where('shift_id', $data['Shift']);
|
||||
}
|
||||
|
||||
|
||||
if (! empty($data['Line'])) {// if ($line = $data['Line'] ?? null) {
|
||||
$query->where('line_id', $data['Line']);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user