From 9f20e6af7106baf354671d3ab3ae33c6fe26c837 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Tue, 31 Oct 2023 10:34:59 +0000 Subject: [PATCH] Bug 35193: Rename "Message subject" to "File name" when module "Reports" was chosen This changes the form for adding new notices so the "Message subject" is labelled as "File name" when the Reports module was chosen. Test Plan: 1) Apply this patch 2) Restart all the things! 3) Choose to make or edit a reports notice/slip 4) Note the "Message subject" label has been replaced with "File name" for new and existing reports notices Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt index 5b1d098d37..1186ebdf82 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt @@ -608,7 +608,14 @@ [% END %]
  • - + +
  • -- 2.30.2