https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37407
David Cook <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from David Cook <[email protected]> --- Yeah that's an interesting one. I suppose one option would be to do the redirect in a way that it re-populates the barcode input box, and then requires the user to actually click the checkout button again. On one hand, I don't love the GET request param being used to fill in the input box, but it's probably the shortest path forward. Plus, if we add data verification (like we should), we'd check that the URL parameter barcode actually exists in the database before popping it in the box. Not something I'm planning on working on ATM, but that's how I'd do it I think. -- You are receiving this mail because: You are the assignee for the bug. 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/
