From e5a78da52729d8eff12f822483952c830bcdf72c Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 11 May 2017 12:43:43 +0000 Subject: [PATCH] Bug 18399 - Reason is missing in suggestion management part This patch adds a form field for suggestion status "reason" to the suggestion edit form. To test, edit an existing suggestion and try entering a suggestion status explanation in the new form field. Your changes should be saved correctly. --- koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt | 4 ++++ 1 file changed, 4 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 62335e8..fee91ee 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt @@ -400,6 +400,10 @@ h4.local_collapse a { font-size : 80%; text-decoration: none; } fieldset.brief o [% END %] +
  • + + +
  • [% END %]
  • -- 2.1.4
     DateBy