View | Details | Raw Unified | Return to bug 21607
Collapse All | Expand All

(-)a/tools/letter.pl (-2 lines)
Lines 377-383 sub retrieve_letters { Link Here
377
    }
377
    }
378
378
379
    $sql .= " WHERE ".join(" AND ", @where) if @where;
379
    $sql .= " WHERE ".join(" AND ", @where) if @where;
380
    $sql .= " GROUP BY branchcode,module,code";
381
    $sql .= " ORDER BY module, code, branchcode";
380
    $sql .= " ORDER BY module, code, branchcode";
382
381
383
    return $dbh->selectall_arrayref($sql, { Slice => {} }, @args);
382
    return $dbh->selectall_arrayref($sql, { Slice => {} }, @args);
384
- 

Return to bug 21607