http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7413
--- Comment #4 from Holger Meißner <[email protected]> --- Created attachment 24685 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=24685&action=edit [PATCH 1/5] Bug 7413: Allow OPAC renewal x days before due date Currently multiple renewals can be done in immediate succsession. To optionally prevent this, a new parameter "No renewals 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
