[Koha-bugs] [Bug 7413] Allow OPAC renewal x days before due date

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Feb 14 10:58:46 CET 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7413

--- Comment #21 from Holger Meißner <h.meissner.82 at web.de> ---
Created attachment 25247
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=25247&action=edit
Bug 7413: Add issuingrules.norenewalbefore to database

Currently multiple renewals can be done in immediate succsession.
To optionally prevent this, a new parameter "No renewal before"
is introduced.

This patch adds issuingrules.norenewalbefore to the database.
Default value is NULL.

To test:
1) Run installer/data/mysql/updatedatabase.pl
2) Create a SQL report like:
   SELECT * FROM issuingrules
3) Confirm that norenewalbefore was added after renewalperiod.

Sponsored-by: Hochschule für Gesundheit (hsg), Germany

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list