Bugzilla – Attachment 4670 Details for
Bug 6601
Dictionary items not adding to query
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed fix
0001-Fix-for-Bug-6601-dictionary-items-not-adding-to-quer.patch (text/plain), 1.19 KB, created by
Owen Leonard
on 2011-07-19 18:49:23 UTC
(
hide
)
Description:
Proposed fix
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2011-07-19 18:49:23 UTC
Size:
1.19 KB
patch
obsolete
>From c4438cc475cd3182ce8b36409233518c743d8ea7 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Tue, 19 Jul 2011 14:44:50 -0400 >Subject: [PATCH] Fix for Bug 6601 - dictionary items not adding to query >Content-Type: text/plain; charset="utf-8" > >T:T variable scope error. >--- > .../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 04cfb43..0c1767b 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 >@@ -392,7 +392,7 @@ canned reports and writing custom SQL reports.</p> > [% IF ( definitions ) %] > <fieldset><legend>Dictionary Definitions</legend><table> > [% FOREACH definition IN definitions %] >- <tr><td><input type="checkbox" name="definition" value="[% id %]" /> [% definition.name %]</td></tr> >+ <tr><td><input type="checkbox" name="definition" value="[% definition.id %]" /> [% definition.name %]</td></tr> > [% END %] > </table> > [% END %] >-- >1.7.3 >
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 6601
: 4670