Bugzilla – Attachment 158196 Details for
Bug 34438
OPAC self registration form does not include lang (preferred language for notices) field
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34438: Schema changes [DO NOT PUSH]
Bug-34438-Schema-changes-DO-NOT-PUSH.patch (text/plain), 1.06 KB, created by
Katrin Fischer
on 2023-11-01 18:03:36 UTC
(
hide
)
Description:
Bug 34438: Schema changes [DO NOT PUSH]
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-11-01 18:03:36 UTC
Size:
1.06 KB
patch
obsolete
>From 05936b422a98ad34cbff8ea41aef0dfa0aa2cbfd Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Tue, 31 Oct 2023 17:50:35 +0000 >Subject: [PATCH] Bug 34438: Schema changes [DO NOT PUSH] > >Signed-off-by: David Nind <david@davidnind.com> >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > Koha/Schema/Result/BorrowerModification.pm | 8 ++++++++ > 1 file changed, 8 insertions(+) > >diff --git a/Koha/Schema/Result/BorrowerModification.pm b/Koha/Schema/Result/BorrowerModification.pm >index 4e58afdbd8..090f9ecbdc 100644 >--- a/Koha/Schema/Result/BorrowerModification.pm >+++ b/Koha/Schema/Result/BorrowerModification.pm >@@ -441,6 +441,12 @@ data processing consent > is_nullable: 1 > size: 45 > >+=head2 lang >+ >+ data_type: 'varchar' >+ is_nullable: 1 >+ size: 25 >+ > useful for reporting purposes > > =cut >@@ -621,6 +627,8 @@ __PACKAGE__->add_columns( > }, > "primary_contact_method", > { data_type => "varchar", is_nullable => 1, size => 45 }, >+ "lang", >+ { data_type => "varchar", is_nullable => 1, size => 25 }, > ); > > =head1 PRIMARY KEY >-- >2.30.2
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 34438
:
154001
|
154002
|
155775
|
155776
|
158152
|
158153
|
158154
|
158155
|
158156
|
158157
|
158158
|
158159
|
158181
|
158182
|
158183
|
158184
| 158196 |
158197
|
158198
|
158199