From d5becca661f45bebde0d4fbb37229d8d7bdb9c63 Mon Sep 17 00:00:00 2001 From: Nicole Engard Date: Thu, 4 Feb 2010 03:47:22 -0500 Subject: [PATCH] bugs 3989, 3990, 3996, 3997 - sys prefs resolved bug 3989 - RoutingSerials & RenewSerialAddsSuggestion moved to serials tab and descriptions updated bug 3990 - add RoutingListAddReserves pref to serials tab bug 3996 - add intranetbookbag pref to staff client tab but 3997 - add ReservesControlBranch to circulation tab Signed-off-by: Galen Charlton --- .../prog/en/includes/prefs-menu.inc | 1 + .../admin/preferences/acquisitions.pref | 7 ------- .../admin/preferences/cataloguing.pref | 6 ------ .../admin/preferences/circulation.pref | 7 +++++++ .../en/modules/admin/preferences/opac.pref | 2 +- .../en/modules/admin/preferences/serials.pref | 19 +++++++++++++++++++ .../admin/preferences/staff-client.pref | 6 ++++++ 7 files changed, 34 insertions(+), 14 deletions(-) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/serials.pref diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/prefs-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/prefs-menu.inc index f029ee5646..6926d69dbe 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/prefs-menu.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/prefs-menu.inc @@ -13,6 +13,7 @@
  • OPAC
  • Patrons
  • Searching
  • +
  • Serials
  • Staff Client
  • Web Services
  • diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref index 4daf86d032..a1ea02d865 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref @@ -1,13 +1,6 @@ # Broken, omitted: acquisitions, emailPurchaseSuggestions # Unsure how to format the OrderPdfTemplate field as a browse option Acquisitions: - Serials: - - - - pref: RenewSerialAddsSuggestion - choices: - yes: Add - no: "Don't add" - - a suggestion for a biblio when its attached serial is renewed. Policy: - - Create an item when diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref index 4bb248dea3..8d2a021cf2 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref @@ -64,12 +64,6 @@ Cataloging: - pref: z3950AuthorAuthFields class: multi - tags (separated by commas) to the correct author tags when importing a record using Z39.50. - - - - pref: RoutingSerials - choices: - yes: Add - no: "Don't add" - - extra information to items automatically added to serials. - - Barcodes are - pref: autoBarcode diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref index 409fcea702..e2b2b72b7c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref @@ -210,6 +210,13 @@ Circulation: yes: Allow no: "Don't allow" - "patrons to place holds that don't enter the waiting list until a certain future date. (AllowHoldDateInFuture must also be enabled)." + - + - Check the + - pref: ReservesControlBranch + choices: + ItemHomeLibrary: "item's home library" + PatronLibrary: "patron's home library" + - to see if the patron can place a hold on the item. - - Satisfy holds from the libraries - pref: StaticHoldsQueueWeight diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref index aabfce8123..8194f815fa 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref @@ -33,7 +33,7 @@ OPAC: choices: yes: Show no: "Don't show" - - "a warning that the OPAC is under maintenance, instead of the OPAC itself. Note: this shows the same warning as when the database needs upgraded, but unconditionally." + - "a warning that the OPAC is under maintenance, instead of the OPAC itself. Note: this shows the same warning as when the database needs to be upgraded, but unconditionally." - - By default, show bib records - pref: BiblioDefaultView diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/serials.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/serials.pref new file mode 100644 index 0000000000..a74b7cf7d2 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/serials.pref @@ -0,0 +1,19 @@ +Serials: + - + - pref: RenewSerialAddsSuggestion + choices: + yes: Add + no: "Don't add" + - a suggestion for a biblio when its attached serial is renewed. + - + - pref: RoutingSerials + choices: + yes: Add + no: "Don't add" + - received serials to the routing list. + - + - pref: RoutingListAddReserves + choices: + yes: Place + no: "Don't place" + - received serials on hold if they are on a routing list. \ No newline at end of file diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff-client.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff-client.pref index 5bbce222e4..cfae7ca95e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff-client.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff-client.pref @@ -77,3 +77,9 @@ Staff Client: yes: Show no: "Don't show" - the names of patrons that have items checked out or on hold on detail pages or the "Place Hold" screen. + - + - pref: intranetbookbag + choices: + yes: Show + no: "Don't show" + - the cart option in the staff client. -- 2.39.2