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

Paul POULAIN tipaul at users.sourceforge.net
Thu Jul 28 10:38:19 CEST 2005


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";





More information about the Koha-cvs mailing list