]> git.koha-community.org Git - koha.git/commit
* better management of joining & expiry dates :
authortipaul <tipaul>
Thu, 19 May 2005 22:12:00 +0000 (22:12 +0000)
committertipaul <tipaul>
Thu, 19 May 2005 22:12:00 +0000 (22:12 +0000)
commit3b99d1cc9d5257d065285bb0cb2964ee9f03d028
tree1ec4e21d31f7b0836273b051381bce544d437ed3
parent459e1ff76b5b9bf4b3233a4a760c2ebba96a2b06
* better management of joining & expiry dates :
- dates can be manually typed when adding a borrower.
- Empty fields are automatically calculated (joining = today & expiry date calculated from borrower category)
- Expiry date can be modified
* checking expiry date when trying to issue a book & forbidding issuing when expiry date reached. ** IMPORTANT ** This check was not done before. Thus, you may be unable to issue books where you could before. You can update your database borrower by borrower or with the following SQL command on the server : "update borrowers set expiry='2005-31-12'". You can limit the update to a borrower category with "update borrowers set expiry='2005-31-12' where categorycode='A'" (all SQL commands must be typed without any ")
C4/Circulation/Circ2.pm
koha-tmpl/intranet-tmpl/default/en/circ/circulation.tmpl