Bug 8721: Fixes minor typo in AllowItemsOnHoldCheckout
Small string fix to remove repeated word. Signed-off-by: Marc Veron <veron@veron.ch> Tiny typo fix Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
This commit is contained in:
parent
5ddbb7d5d9
commit
c2e5ae2e66
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ Circulation:
|
|||
choices:
|
||||
yes: Allow
|
||||
no: "Don't allow"
|
||||
- checkouts of items items reserved to someone else. If allowed do not generate RESERVE_WAITING and RESERVED warning. This allows self checkouts for those items.
|
||||
- checkouts of items reserved to someone else. If allowed do not generate RESERVE_WAITING and RESERVED warning. This allows self checkouts for those items.
|
||||
-
|
||||
- pref: AllFinesNeedOverride
|
||||
choices:
|
||||
|
|
Loading…
Reference in a new issue