13 Aug
2020
13 Aug
'20
8:48 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19889 --- Comment #72 from Agustín Moyano <agustinmoyano@theke.io> --- 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.