https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19889
--- Comment #72 from AgustÃn Moyano <[email protected]> --- Hi Jonathan, fixed most things but.. > * > -print > $cgi->redirect("moredetail. > pl?biblionumber=$biblionumber&itemnumber=$itemnumber#item$itemnumber"); > +print $cgi->redirect("moredetail.pl?" . $alerts . > "biblionumber=$biblionumber&itemnumber=$itemnumber#item$itemnumber"); > > Put $alerts after existing params I'd say changed name to messages, but this cannot be placed at the end of the string. It needs to be before #item$itemnumber -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
