[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 Sep 24 18:00:16 CEST 2018


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

--- Comment #69 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
(In reply to M. Tompsett from comment #54)
> Comment on attachment 71314 [details] [review]
> Bug 15486: DB structure change
> 
> Review of attachment 71314 [details] [review]:
> -----------------------------------------------------------------
> 
> ::: 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...

I just fixed a typo on the field description. No need to change the atomic
update file!

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


More information about the Koha-bugs mailing list