Bug 11168: fix regression that broke exporting serial claims to CSV
authorJonathan Druart <jonathan.druart@biblibre.com>
Wed, 30 Oct 2013 11:33:15 +0000 (12:33 +0100)
committerGalen Charlton <gmc@esilibrary.com>
Thu, 31 Oct 2013 16:10:48 +0000 (16:10 +0000)
commit6e3e1eed4829f1b11e571e2c77a8b37f66af943d
treef3bf33dd032fa77bf6b370b9809b79209b08f619
parent9706908b269ebc068b19a0989ca8af6804b1a540
Bug 11168: fix regression that broke exporting serial claims to CSV

Bug 7688 broke the exporting serial claims as CSV (see bug 10854).

For C4::Serials::GetLateOrMissingIssues(), $supplierid is not
meant to be mandatory.  This patch fixes that.

Test plan:
try to export a serial claim.
Without this patch, the csv is always empty.

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