Bugzilla – Attachment 8342 Details for
Bug 5482
Translation problem in guided reports - Item field names
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 5482 - Translation problem in guided reports - Item field names
Bug-5482---Translation-problem-in-guided-reports--.patch (text/plain), 1.19 KB, created by
Owen Leonard
on 2012-03-20 11:19:50 UTC
(
hide
)
Description:
Bug 5482 - Translation problem in guided reports - Item field names
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2012-03-20 11:19:50 UTC
Size:
1.19 KB
patch
obsolete
>From 0f102d722c40424be661e16ac3dc9d35be69f4b2 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Tue, 20 Mar 2012 12:10:52 +0100 >Subject: [PATCH] Bug 5482 - Translation problem in guided reports - Item > field names >Content-Type: text/plain; charset="utf-8" > >This very minor correction adds display of the column name even >if the field description exists in the columns .def file. >--- > .../en/modules/reports/guided_reports_start.tt | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt >index 137fdbf..3291f6b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt >@@ -268,7 +268,7 @@ canned reports and writing custom SQL reports.</p> > <optgroup label="[% column.table %]"> > [% ELSE %] > <option value="[% column.name %]"> >-[% IF ( column.description ) %][% column.description %] >+[% IF ( column.description ) %][% column.description %] / [% column.name %] > [% ELSE %] > [% column.name %] > [% END %] >-- >1.7.5.4
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 5482
:
8342
|
8348
|
8358
|
8413
|
8415
|
8416