Bugzilla – Attachment 22575 Details for
Bug 11168
GetLateOrMissingIssues: $supplierid is not mandatory
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11168: GetLateOrMissingIssues: $supplierid is not mandatory
Bug-11168-GetLateOrMissingIssues-supplierid-is-not.patch (text/plain), 919 bytes, created by
Jonathan Druart
on 2013-10-30 11:34:30 UTC
(
hide
)
Description:
Bug 11168: GetLateOrMissingIssues: $supplierid is not mandatory
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2013-10-30 11:34:30 UTC
Size:
919 bytes
patch
obsolete
>From aa1b455ce4939a9c05840267c8feed44ae32a213 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Wed, 30 Oct 2013 12:33:15 +0100 >Subject: [PATCH] Bug 11168: GetLateOrMissingIssues: $supplierid is not > mandatory > >Bug 7688 breaks the export csv in serials/claims.tt (see bug 10854). > >Test plan: >try to export a serial claim. >Without this patch, the csv is always empty. >--- > C4/Serials.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/Serials.pm b/C4/Serials.pm >index 86f3c0b..9e4b7d3 100644 >--- a/C4/Serials.pm >+++ b/C4/Serials.pm >@@ -2011,7 +2011,7 @@ name,title,planneddate,serialseq,serial.subscriptionid from tables : subscriptio > sub GetLateOrMissingIssues { > my ( $supplierid, $serialid, $order ) = @_; > >- return unless ($supplierid); >+ return unless ( $supplierid or $serialid ); > > my $dbh = C4::Context->dbh; > my $sth; >-- >1.7.10.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 11168
: 22575