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 128-134 Link Here
128
                        <input type="submit" value="Mark item as lost" />
128
                        <input type="submit" value="Mark item as lost" />
129
                    [% ELSIF Koha.Preference('CanMarkHoldsToPullAsLost') == 'allow_and_notify' %]
129
                    [% ELSIF Koha.Preference('CanMarkHoldsToPullAsLost') == 'allow_and_notify' %]
130
                        <input type="hidden" name="op" value="mark_as_lost_and_notify" />
130
                        <input type="hidden" name="op" value="mark_as_lost_and_notify" />
131
                        <input type="submit" value="Mark item as lost and notify the patron" />
131
                        <input type="submit" value="Mark lost and notify patron" />
132
                    [% END %]
132
                    [% END %]
133
                </form>
133
                </form>
134
            [% ELSE %]
134
            [% ELSE %]
135
- 

Return to bug 19287