• Claude's avatar
    Fix branch leaks in the two receptionist wizards · c54f5aea
    Claude authored
    The enrolment wizard looked up a programme's base price without any
    branch filter, so with per-branch pricing across 7 branches the
    receptionist could be quoted another branch's price.
    
    The registration wizard's printed receipt resolved the branch with
    Branch::first(), so every receipt printed the first branch's details
    regardless of where the registration actually happened.
    Co-Authored-By: 's avatarClaude Opus 5 <noreply@anthropic.com>
    c54f5aea
enroll-existing-wizard.blade.php 27.7 KB