Bugzilla – Attachment 109642 Details for
Bug 18958
If patron has multiple record level holds on one record transferring first hold causes next hold to become item level
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18958: (QA follow-up) Add missing comma to kohastructure.sql
Bug-18958-QA-follow-up-Add-missing-comma-to-kohast.patch (text/plain), 1.09 KB, created by
Marcel de Rooy
on 2020-09-04 07:10:15 UTC
(
hide
)
Description:
Bug 18958: (QA follow-up) Add missing comma to kohastructure.sql
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2020-09-04 07:10:15 UTC
Size:
1.09 KB
patch
obsolete
>From faf032c87e7a7fd6f927ccdcd70a745b8b2ab8cd Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sat, 22 Aug 2020 03:12:36 +0000 >Subject: [PATCH] Bug 18958: (QA follow-up) Add missing comma to > kohastructure.sql >Content-Type: text/plain; charset=utf-8 > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > installer/data/mysql/kohastructure.sql | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/data/mysql/kohastructure.sql b/installer/data/mysql/kohastructure.sql >index c90b617893..97d9b31acb 100644 >--- a/installer/data/mysql/kohastructure.sql >+++ b/installer/data/mysql/kohastructure.sql >@@ -3978,7 +3978,7 @@ CREATE TABLE `hold_fill_targets` ( > `itemnumber` int(11) NOT NULL, > `source_branchcode` varchar(10) default NULL, > `item_level_request` tinyint(4) NOT NULL default 0, >- `reserve_id` int(11) DEFAULT NULL >+ `reserve_id` int(11) DEFAULT NULL, > PRIMARY KEY `itemnumber` (`itemnumber`), > KEY `bib_branch` (`biblionumber`, `source_branchcode`), > CONSTRAINT `hold_fill_targets_ibfk_1` FOREIGN KEY (`borrowernumber`) >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 18958
:
65104
|
65150
|
65184
|
71164
|
71232
|
72210
|
72211
|
72348
|
72349
|
92159
|
92160
|
93106
|
93107
|
93108
|
93111
|
93112
|
93113
|
93216
|
93217
|
93218
|
107576
|
107577
|
107582
|
107584
|
107585
|
107586
|
108256
|
108274
|
108473
|
108474
|
108497
|
108499
|
108500
|
108936
|
108937
|
109061
|
109222
|
109640
|
109641
| 109642 |
109643
|
109644
|
109645