[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Apr 16 23:44:42 CEST 2019


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

Aleisha Amohia <aleisha at catalyst.net.nz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |ASSIGNED

--- Comment #136 from Aleisha Amohia <aleisha at catalyst.net.nz> ---
(In reply to Josef Moravec from comment #135)
> Comment on attachment 88038 [details] [review]
> Bug 15516: (follow-up) Fixing modal view and more
> 
> Review of attachment 88038 [details] [review]:
> -----------------------------------------------------------------
> 
> Just quick look into the follow-ups, found this:
> 
> ::: installer/data/mysql/atomicupdate/bug_15516_-_hold_group_table.perl
> @@ +3,5 @@
> > +    $dbh->do(q{DROP TABLE IF EXISTS hold_group});
> > +    $dbh->do(q{CREATE TABLE hold_group (
> > +        hold_group_id int unsigned NOT NULL AUTO_INCREMENT,
> > +        PRIMARY KEY (hold_group_id)
> > +        ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci});
> 
> should be utf8mb4

I'll fix this up

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


More information about the Koha-bugs mailing list