|
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 |
- |
|
|