[Koha-patches] [PATCH] move ReservesMaxPickUpDelay to Holds Policy on Circ Prefs

Nicole Engard nengard at gmail.com
Wed Feb 17 13:12:55 CET 2010


This preference didn't make sense in Interface - it's a holds
policy related preference and so I've moved it to that area.
---
 .../en/modules/admin/preferences/circulation.pref  |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

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 48cbd35..10b3b22 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
@@ -50,11 +50,6 @@ Circulation:
                   no: "Don't allow"
             - staff to delete messages added from other libraries.
         -
-            - Mark a hold as problematic if it has been waiting for more than
-            - pref: ReservesMaxPickUpDelay
-              class: integer
-            - days.
-        -
             - Show the
             - pref: numReturnedItemsToShow
               class: integer
@@ -222,7 +217,12 @@ Circulation:
               choices:
                   ItemHomeLibrary: "item's home library"
                   PatronLibrary: "patron's home library"
-            - to see if the patron can place a hold on the item.                  
+            - to see if the patron can place a hold on the item.    
+        -
+            - Mark a hold as problematic if it has been waiting for more than
+            - pref: ReservesMaxPickUpDelay
+              class: integer
+            - days.
         -
             - Satisfy holds from the libraries
             - pref: StaticHoldsQueueWeight
-- 
1.5.6.5




More information about the Koha-patches mailing list