[Koha-bugs] [Bug 15486] Restrict number of holds placed by day

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Mar 12 18:57:40 CET 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15486

--- Comment #54 from M. Tompsett <mtompset at hotmail.com> ---
Comment on attachment 71314
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=71314
Bug 15486: DB structure change

Review of attachment 71314:
 --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=15486&attachment=71314)
-----------------------------------------------------------------

::: installer/data/mysql/atomicupdate/bug_15486_max_holds_per_day.perl
@@ +1,2 @@
> +$DBversion = "XXX";
> +if ( CheckVersion($DBversion) ) {

no reserve date?!

::: installer/data/mysql/kohastructure.sql
@@ +1883,4 @@
>  CREATE TABLE `reserves` ( -- information related to holds/reserves in Koha
>    `reserve_id` int(11) NOT NULL auto_increment, -- primary key
>    `borrowernumber` int(11) NOT NULL default 0, -- foreign key from the borrowers table defining which patron this hold is for
> +  `reservedate` date default NULL, -- the date the hold was placed

reservedate here...

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


More information about the Koha-bugs mailing list