Activate Care workflows across check-in and financial clearance.
Deploy Ladill Care / deploy (push) Failing after 1m9s

Enforce service-queue gates, cashier settlements, and clinical stage progression so patient journeys cannot bypass configured payment or authorization rules.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-07-17 21:13:06 +00:00
co-authored by Cursor
parent 86bfce1e17
commit 3ee59a0956
38 changed files with 1953 additions and 107 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ class Appointment extends Model
public function consultation(): HasOne
{
return $this->hasOne(Consultation::class, 'appointment_id');
return $this->hasOne(Consultation::class, 'appointment_id')->latestOfMany();
}
/** @return list<string> */