From b554a5660616b67f849df405826267824c79b4d7 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 18 Apr 2016 10:36:51 +0100 Subject: [PATCH] Bug 15009: Correctly populate planning filter The filter for planning values was populated with empty strings. Note that it's not caused by previous patches. Signed-off-by: Jonathan Druart --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt | 1 + 1 file changed, 1 insertion(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt index 988f88a..27d353d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt @@ -239,6 +239,7 @@ [% CASE 'MONTHS' %]by months [% CASE 'ITEMTYPES' %]by item types [% CASE 'BRANCHES' %]by libraries +[% CASE %]by [% type %] [% END %] [% END %]
    -- 2.7.0