ilabafrica / BLIS-BDH

Legacy BLIS implementation customised for Bungoma County Hospital.
1 stars 0 forks source link

Search using specimen number or section-spec_no broken #62

Closed briankip closed 10 years ago

briankip commented 10 years ago

e.g searching for BLO-2167 or just 2167 does not work, it worked but its now broken

briankip commented 10 years ago

This issue was caused by the fix for #33, search works well but on the front-end the spec-id is different from the one searched. Thus search will not work if CATSEQUENTIAL is set. Thus fixing this by returning to CATAUTO and re-opening #33 so that the root cause can be solved.