[Koha-bugs] [Bug 8367] How long is a hold waiting for pickup at a more granular level

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Sep 7 09:27:55 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8367

--- Comment #159 from David Cook <dcook at prosentient.com.au> ---
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.


More information about the Koha-bugs mailing list