For instance, the return date does not rely on the borrower expiration date. A system...
authortipaul <tipaul>
Thu, 28 Jul 2005 08:38:15 +0000 (08:38 +0000)
committertipaul <tipaul>
Thu, 28 Jul 2005 08:38:15 +0000 (08:38 +0000)
commit3df7bdc5d37f8b730a0c7e39b3cf241f5beaa812
tree5ea744bb1b58c12d4a6f29e086fe936fc8fbba6b
parent5d22c28ea2cea7f505c32e4447ed5fc98aeed40a
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
C4/Circulation/Circ2.pm
admin/systempreferences.pl
updater/updatedatabase