X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=serials%2Fserial-issues.pl;h=4a971b5bae433cee9e3221bd56efe4fd803db10c;hb=d83a71d8e61fa8ef8a165f903d37efbc1bcb873d;hp=842876a688ad1d25105d5d9915b7dac7b17b2fe8;hpb=c9f3ede16119935beb7895f06f230e82df8396f7;p=koha.git diff --git a/serials/serial-issues.pl b/serials/serial-issues.pl index 842876a688..4a971b5bae 100755 --- a/serials/serial-issues.pl +++ b/serials/serial-issues.pl @@ -13,9 +13,9 @@ # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. =head1 NAME @@ -57,7 +57,6 @@ my $dbh = C4::Context->dbh; my $selectview = $query->param('selectview'); $selectview = C4::Context->preference("SubscriptionHistory") unless $selectview; -my $sth; my ($template, $loggedinuser, $cookie); my $biblionumber = $query->param('biblionumber'); if ($selectview eq "full"){ @@ -72,7 +71,7 @@ if ($selectview eq "full"){ query => $query, type => "intranet", authnotrequired => 0, - flagsrequired => {serials => 1}, + flagsrequired => {serials => '*'}, debug => 1, });