Changeset [5c7e305d59711644a19956628cb89025eb729e6f] by Kenrick Turner
July 26th, 2009 @ 07:42 PM
Fixing subtle bug in Patient::Attendance view, whereby updating a patient's status actually updated the status of another patient, due to us using parallel arrays in the view ($patients and $values[$counter]) which contained overlapping data.
Damage control fix: just use $values[$counter] for everything in the view, but have not removed $patient from controller in case it does something important. http://github.com/kenners/uamuzi...
Committed by Kenrick Turner
- M www/app/views/patients/attendance.ctp
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
A basic HIV Electronic Medical Record (EMR) system using CakePHP.