Bugzilla – Attachment 158184 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: (follow-up): Amend kohastructure.sql
Bug-34438-follow-up-Amend-kohastructuresql.patch (text/plain), 1.57 KB, created by
Lucas Gass (lukeg)
on 2023-11-01 15:27:54 UTC
(
hide
)
Description:
Bug 34438: (follow-up): Amend kohastructure.sql
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2023-11-01 15:27:54 UTC
Size:
1.57 KB
patch
obsolete
>From f08e8e6c123d176f288c2d6927508130492b9c84 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Tue, 31 Oct 2023 18:00:06 +0000 >Subject: [PATCH] Bug 34438: (follow-up): Amend kohastructure.sql > >Signed-off-by: David Nind <david@davidnind.com> >--- > installer/data/mysql/kohastructure.sql | 1 + > opac/opac-memberentry.pl | 2 -- > 2 files changed, 1 insertion(+), 2 deletions(-) > >diff --git a/installer/data/mysql/kohastructure.sql b/installer/data/mysql/kohastructure.sql >index 64fa14a0165..fd83a376388 100644 >--- a/installer/data/mysql/kohastructure.sql >+++ b/installer/data/mysql/kohastructure.sql >@@ -1427,6 +1427,7 @@ CREATE TABLE `borrower_modifications` ( > `extended_attributes` mediumtext DEFAULT NULL, > `gdpr_proc_consent` datetime DEFAULT NULL COMMENT 'data processing consent', > `primary_contact_method` varchar(45) DEFAULT NULL COMMENT 'useful for reporting purposes', >+ `lang` varchar(25) DEFAULT NULL, > PRIMARY KEY (`verification_token`(191),`borrowernumber`), > KEY `verification_token` (`verification_token`(191)), > KEY `borrowernumber` (`borrowernumber`) >diff --git a/opac/opac-memberentry.pl b/opac/opac-memberentry.pl >index 74e7cb9f31e..a0f5a3ace28 100755 >--- a/opac/opac-memberentry.pl >+++ b/opac/opac-memberentry.pl >@@ -100,8 +100,6 @@ if ( defined $min ) { > ); > } > >-my $defaultCategory = Koha::Patron::Categories->find(C4::Context->preference('PatronSelfRegistrationDefaultCategory')); >- > my $translated_languages = C4::Languages::getTranslatedLanguages( 'opac', C4::Context->preference('template') ); > > $template->param( >-- >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