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

(-)a/tools/letter.pl (-1 / +2 lines)
Lines 377-382 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,name,branchname";
381
380
    $sql .= " ORDER BY module, code, branchcode";
382
    $sql .= " ORDER BY module, code, branchcode";
381
383
382
    return $dbh->selectall_arrayref($sql, { Slice => {} }, @args);
384
    return $dbh->selectall_arrayref($sql, { Slice => {} }, @args);
383
- 

Return to bug 22002