Bugzilla – Attachment 60799 Details for
Bug 7534
Add an option on library level to indicate if a library can be chosen as pick-up location
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7534: Add pickup_location to kohastructure.sql
Bug-7534-Add-pickuplocation-to-kohastructuresql.patch (text/plain), 999 bytes, created by
Lari Taskula
on 2017-03-02 16:18:03 UTC
(
hide
)
Description:
Bug 7534: Add pickup_location to kohastructure.sql
Filename:
MIME Type:
Creator:
Lari Taskula
Created:
2017-03-02 16:18:03 UTC
Size:
999 bytes
patch
obsolete
>From 419a5bf859972c81ad90ca9762bc031de8241e1e Mon Sep 17 00:00:00 2001 >From: Lari Taskula <lari.taskula@jns.fi> >Date: Thu, 2 Mar 2017 18:16:40 +0200 >Subject: [PATCH] Bug 7534: Add pickup_location to kohastructure.sql > >--- > installer/data/mysql/kohastructure.sql | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/installer/data/mysql/kohastructure.sql b/installer/data/mysql/kohastructure.sql >index 985ee27..874cf7c 100644 >--- a/installer/data/mysql/kohastructure.sql >+++ b/installer/data/mysql/kohastructure.sql >@@ -277,6 +277,7 @@ CREATE TABLE `branches` ( -- information about your libraries or branches are st > `branchprinter` varchar(100) default NULL, -- unused in Koha > `branchnotes` mediumtext, -- notes related to your library or branch > opac_info text, -- HTML that displays in OPAC >+ `pickup_location` tinyint(1) NOT NULL default 1, -- the ability to act as a pickup location > PRIMARY KEY (`branchcode`) > ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; > >-- >1.9.1
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 7534
:
60014
|
60015
|
60016
|
60017
|
60018
|
60022
|
60023
|
60781
|
60794
|
60795
|
60796
|
60797
|
60798
|
60799
|
60878
|
60879
|
60880
|
60881
|
60882
|
60883
|
61044
|
61045
|
61046
|
61047
|
61273
|
61274
|
61275
|
61276
|
61277
|
61278
|
61279
|
61280
|
77847
|
77848
|
77849
|
77850
|
77851
|
77852
|
77853
|
77854
|
77855
|
77856
|
78160
|
78161
|
78162
|
78163
|
78164
|
78165
|
78166
|
78167
|
78168
|
78169
|
78170
|
78171
|
78477
|
78478
|
78479
|
78480
|
78481
|
78482
|
78483
|
78484
|
78485
|
78486
|
78487
|
78488
|
78489
|
78495
|
78540
|
78548
|
84852