From b8480b40277c2a43add4b7761a02a07a4a4e8fe3 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sat, 4 Nov 2023 22:55:28 +0000 Subject: [PATCH] Bug 32986: (QA follow-up) Remove 'slip' from print dialog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This makes it more flexible and the slip can be added to the notice name easily. For example: In German the slip would usually be part of the word, not separate: Gebührenquittung (slip = quittung) Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/en/includes/members-toolbar.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/members-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/members-toolbar.inc index d0837d4a6b..d071106060 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/members-toolbar.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/members-toolbar.inc @@ -33,7 +33,7 @@ [% END %]
  • Print checkin slip
  • [% FOREACH notice IN Notices.GetTemplates( 'patron_slip' ) %] -
  • Print [% notice.name | html %] slip
  • +
  • Print [% notice.name | html %]
  • [% END %] -- 2.30.2