@@ -, +, @@ - Go to the Patrons page - Click on the [+] symbol on the Patron search on the top - On the checkout form, perform a patron search that (a) returns more than one result (b) returns zero results - Click the dropdown menu to create a new patron - Repeat for (a) or (b) - Apply the patch and reload - Repeat (1) - Verify the logs - Sign off :-D - Get a cookie - Smile $no_add = 1; $template->param(no_categories => 1); $template->param(categories=>\@categories); --- koha-tmpl/intranet-tmpl/prog/en/includes/patron-toolbar.inc | 3 +++ 1 file changed, 3 insertions(+) --- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-toolbar.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-toolbar.inc @@ -1,3 +1,6 @@ +[% USE Categories %] +[% SET categories = Categories.all %] + [% UNLESS ( no_add ) %]
--