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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref (-1 / +1 lines)
Lines 342-348 Circulation: Link Here
342
              choices:
342
              choices:
343
                  yes: Allow
343
                  yes: Allow
344
                  no: "Don't allow"
344
                  no: "Don't allow"
345
            - patrons to check out multiple items from the same biblio.
345
            - patrons to check out multiple items from the same record, except for records with subscriptions.
346
    Checkin Policy:
346
    Checkin Policy:
347
        -
347
        -
348
            - pref: BlockReturnOfWithdrawnItems
348
            - pref: BlockReturnOfWithdrawnItems
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt (-2 / +1 lines)
Lines 273-279 var MSG_EXPORT_SELECT_CHECKOUTS = _("You must select checkout(s) to export"); Link Here
273
273
274
[% IF BIBLIO_ALREADY_ISSUED %]
274
[% IF BIBLIO_ALREADY_ISSUED %]
275
  <li>
275
  <li>
276
    Borrower has already an issue on another item from this biblio.
276
    Patron has already checked out another item from this record.
277
    [% IF CAN_user_circulate_force_checkout %]
277
    [% IF CAN_user_circulate_force_checkout %]
278
      Check out anyway?
278
      Check out anyway?
279
    [% END %]
279
    [% END %]
280
- 

Return to bug 10859