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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/acquisitions_stats.tt (-2 / +1 lines)
Lines 175-181 Link Here
175
                        <select name="Filter">
175
                        <select name="Filter">
176
                            <option value="" selected="selected">All</option>
176
                            <option value="" selected="selected">All</option>
177
                            [% FOREACH ccode_av IN ccode_avlist %]
177
                            [% FOREACH ccode_av IN ccode_avlist %]
178
                                <option value="[% ccode_av.value | html %]">[% ccode_av.lib | html %]</option>
178
                                <option value="[% ccode_av.authorised_value | html %]">[% ccode_av.lib | html %]</option>
179
                            [% END %]
179
                            [% END %]
180
                        </select>
180
                        </select>
181
                    [% ELSE %]
181
                    [% ELSE %]
182
- 

Return to bug 18393