From 1e1cac522c24f6b816a3c893bcf48a99fd067952 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 16 Jun 2020 15:44:40 +0200 Subject: [PATCH] Bug 25751: Add ORDERED in dropdown list of suggestion's statuses --- .../prog/en/modules/suggestion/suggestion.tt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt index 313460fa0f..d38e21ce44 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt @@ -343,6 +343,12 @@ [% END %] + [% IF ( statusselected_ORDERED ) %] + + [% ELSE %] + + [% END %] + [% FOREACH s IN SuggestionStatuses %] [% IF s.authorised_value == suggestion.STATUS %] @@ -681,6 +687,12 @@ [% END %] + [% IF ( statusselected_ORDERED ) %] + + [% ELSE %] + + [% END %] + [% FOREACH s IN SuggestionStatuses %] [% END %] @@ -841,6 +853,12 @@ [% END %] + [% IF ( statusselected_ORDERED ) %] + + [% ELSE %] + + [% END %] + [% FOREACH s IN SuggestionStatuses %] [% IF s.authorised_value == selected_status %] -- 2.20.1