koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/admin systempreferences.pl,1.25,1.26


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/admin systempreferences.pl,1.25,1.26
Date: Thu, 28 Jul 2005 01:38:19 -0700

Update of /cvsroot/koha/koha/admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26890/admin

Modified Files:
        systempreferences.pl 
Log Message:
For instance, the return date does not rely on the borrower expiration date. A 
systempref will be added in Koha, to modify return date calculation schema :
* ReturnBeforeExpiry = yes => return date can't be after expiry date
* ReturnBeforeExpiry = no  => return date can be after expiry date 

Index: systempreferences.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/systempreferences.pl,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -r1.25 -r1.26
*** systempreferences.pl        20 Jun 2005 13:12:11 -0000      1.25
--- systempreferences.pl        28 Jul 2005 08:38:15 -0000      1.26
***************
*** 60,63 ****
--- 60,64 ----
  $tabsysprefs{maxoutstanding}="Circulation";
  $tabsysprefs{printcirculationslips}="Circulation";
+ $tabsysprefs{ReturnBeforeExpiry}="Circulation";
  $tabsysprefs{suggestion}="Acquisitions";
  $tabsysprefs{automembernum}="Members";




reply via email to

[Prev in Thread] Current Thread [Next in Thread]