https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25969
--- Comment #21 from Stefan Berndtsson <[email protected]> --- (In reply to Nick Clemens from comment #20) > (In reply to Nick Clemens from comment #19) > > Created attachment 111328 [details] [review] [review] > > Bug 25969: (follow-up) If not coming from hold modal find item by barcode > > This fixes the ISE, but if you click "Print slip and confirm" the modal > launches again, and again, and again... > > Pinging Kyle That repeat is due to the change from Bug 25907 that adds the barcode to the modal request. This makes the system think there is another book being returned after the currently processed one. Since it's the same one it just keeps repeating. I tried commenting out the barcode part from 25907 and that works (when itemnumber is provided), but the functionality from 25907 of course stops working properly then. -- 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/
