http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7413
--- Comment #28 from Martin Renvoize <[email protected]> --- Created attachment 25855 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=25855&action=edit [SIGNED OFF] 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 Signed-off-by: Martin Renvoize <[email protected]> -- 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/
