Bugzilla – Attachment 110294 Details for
Bug 14648
Batch remove reserve items
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14648: (QA follow-up) Add missing filters
Bug-14648-QA-follow-up-Add-missing-filters.patch (text/plain), 1.63 KB, created by
Katrin Fischer
on 2020-09-17 20:36:57 UTC
(
hide
)
Description:
Bug 14648: (QA follow-up) Add missing filters
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2020-09-17 20:36:57 UTC
Size:
1.63 KB
patch
obsolete
>From 8420dd7a98d407c733f406cbd8ef81f2d81c6010 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Thu, 17 Sep 2020 09:22:39 +0000 >Subject: [PATCH] Bug 14648: (QA follow-up) Add missing filters > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > .../intranet-tmpl/prog/en/modules/course_reserves/batch_rm_items.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/batch_rm_items.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/batch_rm_items.tt >index a1b415b1b8..ecd3b8b150 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/batch_rm_items.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/batch_rm_items.tt >@@ -43,9 +43,9 @@ > <ul> > [% FOREACH i IN item_and_count %] > [% IF i.delcount == 1 %] >- <li>[% i.delitem.biblio.title | html %] ([% i.delitem.barcode | html %]) was removed from [% i.delcount %] course.</li> >+ <li>[% i.delitem.biblio.title | html %] ([% i.delitem.barcode | html %]) was removed from [% i.delcount | html %] course.</li> > [% ELSIF i.delcount > 1 %] >- <li>[% i.delitem.biblio.title | html %] ([% i.delitem.barcode | html %]) was removed from [% i.delcount %] courses.</li> >+ <li>[% i.delitem.biblio.title | html %] ([% i.delitem.barcode | html %]) was removed from [% i.delcount | html %] courses.</li> > [% END %] > [% END %] > </ul> >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 14648
:
105190
|
105607
|
105609
|
105610
|
107043
|
110228
|
110293
| 110294 |
110295
|
110988