Bugzilla – Attachment 30132 Details for
Bug 12560
Wrong capitalization on acquisition statistics page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 12560: Fixing capitalisation of Item Type
SIGNED-OFF-Bug-12560-Fixing-capitalisation-of-Item.patch (text/plain), 1.32 KB, created by
Bernardo Gonzalez Kriegel
on 2014-07-25 21:54:53 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 12560: Fixing capitalisation of Item Type
Filename:
MIME Type:
Creator:
Bernardo Gonzalez Kriegel
Created:
2014-07-25 21:54:53 UTC
Size:
1.32 KB
patch
obsolete
>From d6f9431ff3b15b33a85cf65ce826c5b259260339 Mon Sep 17 00:00:00 2001 >From: Natalie Bennison <natalieb@catalyst.net.nz> >Date: Fri, 25 Jul 2014 13:58:17 +1200 >Subject: [PATCH] [SIGNED-OFF] Bug 12560: Fixing capitalisation of Item Type > >To test: >Go to reports>Statistics Wizard>Acquisition >Notice item type has incorrect capitalisation >Apply Patch >Refresh page >Notice it is now fixed > >Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> >Work as described >koha-qa complains for a tab on line 220, fixed. > >Natali, don't forget to assign the bug to yourself :) >--- > .../prog/en/modules/reports/acquisitions_stats.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/acquisitions_stats.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/acquisitions_stats.tt >index 66302dd..66f4144 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/acquisitions_stats.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/acquisitions_stats.tt >@@ -217,7 +217,7 @@ > </td> > </tr> > <tr> >- <td>Item Type</td> >+ <td>Item type</td> > <td><input type="radio" name="Line" value="biblioitems.itemtype" /></td> > <td><input type="radio" name="Column" value="biblioitems.itemtype" /></td> > <td>[% CGIItemType %]</td> >-- >1.7.9.5
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 12560
:
30057
|
30132
|
30159