X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=serials%2Fserial-issues.pl;h=b57baa148c87730494c35c1f464d6c238565beb1;hb=a469663d7b0993894582759235c2475f662c8da4;hp=67716a2fcb45bc32496a33ac2e1993c986af840d;hpb=ef8c349c2c7b354887646819de3b8a3c068d0721;p=koha_fer diff --git a/serials/serial-issues.pl b/serials/serial-issues.pl index 67716a2fcb..b57baa148c 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 @@ -71,7 +71,7 @@ if ($selectview eq "full"){ query => $query, type => "intranet", authnotrequired => 0, - flagsrequired => {serials => 1}, + flagsrequired => {serials => '*'}, debug => 1, }); @@ -108,4 +108,5 @@ if ($selectview eq "full"){ virtualshelves => "".C4::Context->preference("virtualshelves"), ); } +$template->param((uc(C4::Context->preference("marcflavour"))) => 1); output_html_with_http_headers $query, $cookie, $template->output;