Separate unit placements from shift duty assignments.
Deploy Ladill Care / deploy (push) Successful in 30s
Deploy Ladill Care / deploy (push) Successful in 30s
Roster no longer writes temporary staff assignments; unit assignment UI drops shift fields and labels clarify the two workflows. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -85,6 +85,7 @@ class NursePerformanceService
|
||||
$assignedStaff = StaffAssignment::owned($ownerRef)
|
||||
->where('care_unit_id', $unit->id)
|
||||
->where('status', 'active')
|
||||
->unitPlacements()
|
||||
->effectiveOn($to)
|
||||
->with('member')
|
||||
->get();
|
||||
|
||||
Reference in New Issue
Block a user