https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26479

Magnus Enger <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #11 from Magnus Enger <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to