]> git.koha-community.org Git - koha.git/commit
Bug 10519: (followup) Fix context for evalyating $borrowernumber
authorJacek Ablewicz <abl@biblos.pk.edu.pl>
Fri, 13 Jun 2014 19:27:38 +0000 (21:27 +0200)
committerGalen Charlton <gmc@esilibrary.com>
Tue, 23 Sep 2014 20:27:26 +0000 (20:27 +0000)
commitc07a3d0d3bc7a581c88a40a8c2f3da67250b3261
treecaa917fac1df5cb749062cf9295e3e6ff1fe9d4b
parent17c0c5f9a507d0b34d98e66540f40ebc9de42845
Bug 10519: (followup) Fix context for evalyating $borrowernumber

Follow-up to fix additional suggestion statuses, which are not working
properly due to

   416:  borrowernumber           => $input->param('borrowernumber'),

being evaluated in list context inside $template->param() call arguments.

Signed-off-by: Christopher Brannon <cbrannon@cdalibrary.org>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
suggestion/suggestion.pl