From: Remington Steed Date: Wed, 27 Sep 2017 15:43:00 +0000 (-0400) Subject: Docs: Two small improvements to offline circ docs X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=d86f60c0e62d3f9f3faef5cb038a91b759f575ab;p=working%2FEvergreen.git Docs: Two small improvements to offline circ docs This commit removes a backslash before a hyperlink which is only a feature of asciidoctor (used by GitHub to prevent auto-formatting a link), and thus only appears as an extra backslash for us. This also adds "code" formatting to another permission name. Signed-off-by: Remington Steed --- diff --git a/docs/circulation/offline_circ_webclient.adoc b/docs/circulation/offline_circ_webclient.adoc index 41be837b16..44d40825f1 100644 --- a/docs/circulation/offline_circ_webclient.adoc +++ b/docs/circulation/offline_circ_webclient.adoc @@ -12,7 +12,7 @@ Using Offline Circulation The Offline Circulation interface can be found by navigating to *Circulation -> Offline Circulation*. -The permanent link for the Offline Circulation is *\https:///eg/staff/offline-interface* and it is recommended that this link be bookmarked on staff workstations. This is the location for both entering transactions while offline as well as processing them later. You will see a slightly different version of this interface depending on whether or not you are logged in. +The permanent link for the Offline Circulation is *https:///eg/staff/offline-interface* and it is recommended that this link be bookmarked on staff workstations. This is the location for both entering transactions while offline as well as processing them later. You will see a slightly different version of this interface depending on whether or not you are logged in. If you are logged out, you will see the tab default to *Checkout* and the button on the top-right will read *Export Transactions*. @@ -214,4 +214,4 @@ Common event names in the Exceptions List include: * +ASSET_COPY_NOT_FOUND+ - Indicates the item barcode was mis-scanned/mis-typed. * +ACTOR_CARD_NOT_FOUND+ - Indicates the patron's library barcode was mis-scanned, mis-typed, or nonexistent. * +OPEN_CIRCULATION_EXISTS+ - Indicates a book was checked out that had never been checked in. -* +MAX_RENEWALS_REACHED+ - Indicates the item has already been renewed the maximum times allowed. Note that if the staff member processing the offline transaction set has the MAX_RENEWALS_REACHED.override permission at the appropriate level, the system will automatically override the error and will allow the renewal. +* +MAX_RENEWALS_REACHED+ - Indicates the item has already been renewed the maximum times allowed. Note that if the staff member processing the offline transaction set has the +MAX_RENEWALS_REACHED.override+ permission at the appropriate level, the system will automatically override the error and will allow the renewal.