[Koha-patches] [PATCH 2/7] bug 3481 followup - add new sysprefs to circulation section

Galen Charlton gmcharlt at gmail.com
Sun Aug 23 19:07:01 CEST 2009


---
 admin/systempreferences.pl |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/admin/systempreferences.pl b/admin/systempreferences.pl
index e584c12..ded82ae 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";
-- 
1.6.3.3



More information about the Koha-patches mailing list