Skip to content
  • Petter Goksøyr Åsen's avatar
    plukkliste: fix query to fetch reserves · 2ba9a4e2
    Petter Goksøyr Åsen authored
    Was only fetching those which found where not 'W', that leaves only
    'T', since MySQL does not consider NULL values except when using
    IS NULL/IS NOT NULL.
    
    What we want is those with found = NULL.
    2ba9a4e2