Bugzilla – Attachment 81367 Details for
Bug 20435
Allow lowercase prefix in inventory value builder
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
k
Bug-18591-Fix-pluralization-of-type.patch (text/plain), 757 bytes, created by
Katrin Fischer
on 2018-10-27 20:38:52 UTC
(
hide
)
Description:
k
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2018-10-27 20:38:52 UTC
Size:
757 bytes
patch
obsolete
>From 497a488f565aafe0e23aaa6555cda5e88550ff1d 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> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> > >https://bugs.koha-community.org/show_bug.cgi?id=20435 >--- > 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.17.1
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 20435
:
73047
|
80733
|
81367
|
81368