https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16750
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |ommunity.org --- Comment #3 from Jonathan Druart <[email protected]> --- (In reply to Kyle M Hall from comment #0) > 2) You should be redirected back to the items editor, note that the > biblionumber is passed in the url "is *not* passed" I guess? I don't get this error (using plack?) I don't like the idea to pass GET parameter to a POST form, it sounds weird. I suppose this error is going to happen for all POST forms, should not we try to provide a global fix? Looking at circ/selectbranchprinter.pl it seems that oldreferer must be set to avoid such a failure. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
