Bug 3883: Fixes blank line in routing list.
authorGarry Collum <gcollum@gmail.com>
Sat, 1 May 2010 23:37:06 +0000 (19:37 -0400)
committerGalen Charlton <gmcharlt@gmail.com>
Mon, 3 May 2010 11:35:38 +0000 (07:35 -0400)
commitfbd04fab632ee4b8b6d9f9e2315ed8711b4d23d7
treed79f221b306639296b727882bd8cdccf2c5b3a75
parentb7a5bbefe82403ffd1de7f68e1a6ac76cd10b6af
Bug 3883: Fixes blank line in routing list.

The blank line was being caused by the SELECT statement in the getroutinglist fuction of C4::Serials.  The LEFT join in the select statement was creating a single row result of NULL.  Changed the LEFT join to an INNER join.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
C4/Serials.pm