UPDATE
accountlines
SET
accounttype = 'LOST_RETURNED'
accounttype = 'LOST_RETURN'
WHERE
accounttype = 'CR';
});
-