[Koha-patches] [PATCH] [SIGNED-OFF] bug 5110 move NewItemsDefaultLocation to cataloging tab

Galen Charlton gmcharlt at gmail.com
Sat Oct 30 22:29:24 CEST 2010


From: Nicole Engard <nengard at bywatersolutions.com>

Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
---
 .../en/modules/admin/preferences/cataloguing.pref  |    5 +++++
 .../en/modules/admin/preferences/circulation.pref  |    5 -----
 2 files changed, 5 insertions(+), 5 deletions(-)

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 4e06abc..ef3d843 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
@@ -56,6 +56,11 @@ Cataloging:
             - pref: MARCOrgCode
             - by default in new MARC records (leave blank to disable).
         -
+            - When items are created, give them the temporary location of
+            - pref: NewItemsDefaultLocation
+              class: short
+            - (should be a location code, or blank to disable).
+        -
             - pref: z3950NormalizeAuthor
               choices:
                   yes: Copy
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 8217443..16b52ff 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
@@ -79,11 +79,6 @@ Circulation:
                   no: "Don't allow"
             - staff to manually override the renewal limit and renew a checkout when it would go over the renewal limit.
         -
-            - When items are created, give them the temporary location of
-            - pref: NewItemsDefaultLocation
-              class: short
-            - (should be a location code, or blank to disable).
-        -
             - pref: InProcessingToShelvingCart
               choices:
                   yes: Move
-- 
1.7.0



More information about the Koha-patches mailing list