https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8367
--- Comment #159 from David Cook <[email protected]> --- Comment on attachment 118021 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=118021 Bug 8367: Add holds_pickup_period circulation rule Review of attachment 118021: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=8367&attachment=118021) ----------------------------------------------------------------- ::: koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt @@ +486,5 @@ > $(radios).first().attr("checked", "checked"); > } > > + function calculate_delay_days(){ > + var selected_branch = $("#branch_1").val(); This #branch_1 is wrong, as the HTML is populated using "branch_[% bibitemloo.biblionumber | html %]". The current code would only ever work for biblio 1. -- 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/
