https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26479 Magnus Enger <magnus@libriotech.no> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |magnus@libriotech.no --- Comment #11 from Magnus Enger <magnus@libriotech.no> --- I think the problem here is in this part of the SCO template (koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt): [% IF ISSUE.can_be_renewed %] ... [% ELSE %] ... [% IF Koha.Preference('SCOAllowCheckin') %] <div> <input type="submit" value="Check in item" name="confirm" class="btn btn-info btn-sm return" /> <input type="hidden" name="op" value="cud-returnbook" /> <input type="hidden" name="confirmed" value="" /> </div> [% END %] [% END %] If the issue/item/loan can be renewed, the "Check in item"-button is not shown. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.