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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt (-2 / +1 lines)
Lines 127-133 Link Here
127
                        <input type="submit" value="Mark item as lost" />
127
                        <input type="submit" value="Mark item as lost" />
128
                    [% ELSIF Koha.Preference('CanMarkHoldsToPullAsLost') == 'allow_and_notify' %]
128
                    [% ELSIF Koha.Preference('CanMarkHoldsToPullAsLost') == 'allow_and_notify' %]
129
                        <input type="hidden" name="op" value="mark_as_lost_and_notify" />
129
                        <input type="hidden" name="op" value="mark_as_lost_and_notify" />
130
                        <input type="submit" value="Mark item as lost and notify the patron" />
130
                        <input type="submit" value="Mark lost and notify patron" />
131
                    [% END %]
131
                    [% END %]
132
                </form>
132
                </form>
133
            [% ELSE %]
133
            [% ELSE %]
134
- 

Return to bug 19287