Bug 5482 - Translation problem in guided reports - Item field names
authorOwen Leonard <oleonard@myacpl.org>
Tue, 20 Mar 2012 11:10:52 +0000 (12:10 +0100)
committerPaul Poulain <paul.poulain@biblibre.com>
Thu, 22 Mar 2012 10:16:23 +0000 (11:16 +0100)
This very minor correction adds display of the column name even
if the field description exists in the columns .def file.

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Changes the display to show description / table.column.

koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt

index 8dbbb03..99052e2 100644 (file)
@@ -269,7 +269,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 %] &nbsp; / &nbsp; [% column.name %]
 [% ELSE %]
 [% column.name %]
 [% END %]