From 1e9b7301022f3737f028246d11e9a32883280d53 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 5 Dec 2017 15:26:58 +0000 Subject: [PATCH] Bug 19751: Holds awaiting pickup report should not be fixed-width This patch changes the grid used for the holds awaiting pickup report so that the results are full page and fluid instead of fixed-width. To test, apply this patch and the patch for Bug 19700 if necessary. View the holds awaiting pickup report. The report should fluidly fill the page width. Test with the CircSidebar system preference enabled and disabled. Signed-off-by: George Williams Signed-off-by: BWS Sandboxes Signed-off-by: Josef Moravec Signed-off-by: Jonathan Druart --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt index e0f716922e..b0a8724223 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt @@ -32,7 +32,7 @@ › Holds awaiting pickup -[% IF Koha.Preference('CircSidebar') %]
[% ELSE %]
[% END %] +[% IF Koha.Preference('CircSidebar') %]
[% ELSE %]
[% END %]
-- 2.11.4.GIT