https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41420
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Severity|enhancement |normal Text to go in the| |This fixes the URL for the release notes| |"Cancel order and catalog | |record" link when receiving | |an order for an invoice - | |the referrer section of the | |URL was missing. --- Comment #3 from David Nind <[email protected]> --- Testing notes (using KTD): 1. Comparison of URL for the "Cancel order and catalog record" on the receive orders page for an invoice - note that the referrer URL is missing before the patch: - Before patch: cgi-bin/koha/acqui/cancelorder.pl?ordernumber=3&biblionumber=21649&del_biblio=1&referrer= - After patch: /cgi-bin/koha/acqui/cancelorder.pl?ordernumber=3&biblionumber=21649&del_biblio=1&referrer=/cgi-bin/koha/acqui/parcel.pl?invoiceid=2 2. The links still worked before the patch and the order and catalog record was deleted--I'm not sure what the referrer part of the URL actually does. 3. Changed bug from "enhancement" to "normal". -- 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/
