DEICH-6076 correct transaction issueType for 'fjernlaan'
The check for categorycode was before the check for cardumber belonging to 'fengsel' libraries, which means 'fengsel' was never choosed, because all 'fengsel' libraries have categorycode="IL"
SQL-query to fix wronly labelled transactions:
UPDATE IGNORE transactions SET issuetype="fengsel"
WHERE borrowernumber_hash IN (192788, 217068, 125080, 98486);
Closes DEICH-6076