Open jeromecc opened 7 years ago
Propacetamol (ATC N02BE05) and Paracetamol (N02BE01) are members of the same ATC group: N02BE Anilides FreeRx code needs to be updated to use this way of retrieving INN from the database:
SELECT `f3` FROM `t4` WHERE `f2` = "DID";
SELECT `f3` FROM `t3` WHERE `f1` = "MID";
Possible regressions from FMF 0.9.0 -> FMF 0.9.8 / FHIO 0.9.9
Caused by update of database scheme (<= 0.8.4 not compatible with recent versions)?