View | Details | Raw Unified | Return to bug 5482
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt (-2 / +1 lines)
Lines 269-275 canned reports and writing custom SQL reports.</p> Link Here
269
<optgroup label="[% column.table %]">
269
<optgroup label="[% column.table %]">
270
[% ELSE %]
270
[% ELSE %]
271
<option value="[% column.name %]">
271
<option value="[% column.name %]">
272
[% IF ( column.description ) %][% column.description %]
272
[% IF ( column.description ) %][% column.description %] &nbsp; / &nbsp; [% column.name %]
273
[% ELSE %]
273
[% ELSE %]
274
[% column.name %]
274
[% column.name %]
275
[% END %]
275
[% END %]
276
- 

Return to bug 5482