From 40ad4d2129fd276ea8e166c7c48b0107ec98f7df Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Sun, 23 Aug 2009 12:47:52 -0400 Subject: [PATCH] bug 3481 followup - add new sysprefs to circulation section --- admin/systempreferences.pl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/admin/systempreferences.pl b/admin/systempreferences.pl index e584c124a6..ded82ae141 100755 --- a/admin/systempreferences.pl +++ b/admin/systempreferences.pl @@ -166,6 +166,9 @@ $tabsysprefs{RenewalPeriodBase} = "Circulation"; $tabsysprefs{FilterBeforeOverdueReport} = "Circulation"; $tabsysprefs{AllowHoldDateInFuture} = "Circulation"; $tabsysprefs{OPACFineNoRenewals} = "Circulation"; +$tabsysprefs{InProcessingToShelvingCart} = "Circulation"; +$tabsysprefs{NewItemsDefaultLocation} = "Circulation"; +$tabsysprefs{ReturnToShelvingCart} = "Circulation"; # Staff Client $tabsysprefs{TemplateEncoding} = "StaffClient"; -- 2.39.5