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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc (-2 / +1 lines)
Lines 79-85 Link Here
79
                                        <option value="[% hold.priority | html %]" selected="selected">[% this_priority | html %]</option>
79
                                        <option value="[% hold.priority | html %]" selected="selected">[% this_priority | html %]</option>
80
                                    [% END %]
80
                                    [% END %]
81
                                    <option value="del">del</option>
81
                                    <option value="del">del</option>
82
                                    [% IF ( Koha.Preference('UseRecalls').match('staff') %]
82
                                    [% IF ( Koha.Preference('UseRecalls').match('staff') ) %]
83
                                        <option value="recall">recall</option>
83
                                        <option value="recall">recall</option>
84
                                    [% END %]
84
                                    [% END %]
85
                                </select>
85
                                </select>
86
- 

Return to bug 31391