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

Jonathan Druart <jonathan.dru...@bugs.koha-community.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Passed QA                   |Failed QA

--- Comment #12 from Jonathan Druart <jonathan.dru...@bugs.koha-community.org> 
---
We need to keep $pickup for $reserves_control_branch, in case it's passed.
request.pl can be called with a specific branchcode from this code in
request.tt:
1079             [% IF Koha.Preference('UseBranchTransferLimits') %]
1080                 $("#pickup").on('change', function(){
1081                     var pickup = $("#pickup").val();
1082                     var url = "?pickup=" + pickup;
1083                     url += "&borrowernumber=" + borrowernumber;
1084                     url += "&biblionumber=" + biblionumber;
1085                     window.location.replace(url);
1086                 });
1087             [% END %]


We need to use Branches.GetLoggedInBranchcode to preselect the option, if
pickup is not passed.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/

Reply via email to