Bugzilla – Attachment 81403 Details for
Bug 21311
Remove locked message from opac-auth.tt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18591: Fix pluralization of type
Bug-18591-Fix-pluralization-of-type.patch (text/plain), 699 bytes, created by
Katrin Fischer
on 2018-10-28 12:13:40 UTC
(
hide
)
Description:
Bug 18591: Fix pluralization of type
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2018-10-28 12:13:40 UTC
Size:
699 bytes
patch
obsolete
>From a526deebd1489e09c7a00a72f64042e71d0d4fda Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Sat, 27 Oct 2018 15:53:34 +0000 >Subject: [PATCH] Bug 18591: Fix pluralization of type > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> > >https://bugs.koha-community.org/show_bug.cgi?id=21311 >--- > Koha/Illcomments.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/Koha/Illcomments.pm b/Koha/Illcomments.pm >index 060fa802bc..57330e76cc 100644 >--- a/Koha/Illcomments.pm >+++ b/Koha/Illcomments.pm >@@ -38,7 +38,7 @@ Return this object's type > =cut > > sub _type { >- return 'Illcomments'; >+ return 'Illcomment'; > } > > =head3 object_class >-- >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 21311
:
80352
|
80388
|
80623
|
81123
|
81124
|
81125
|
81403