Bugzilla – Attachment 159714 Details for
Bug 26297
Add a route to list patron categories
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26297: Preparation: Add dateofbirthrequired as boolean in Result/Schema
Bug-26297-Preparation-Add-dateofbirthrequired-as-b.patch (text/plain), 846 bytes, created by
Pedro Amorim
on 2023-12-11 17:32:45 UTC
(
hide
)
Description:
Bug 26297: Preparation: Add dateofbirthrequired as boolean in Result/Schema
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2023-12-11 17:32:45 UTC
Size:
846 bytes
patch
obsolete
>From f61c6be206aa6f5c03f1f1df91148ad0def0354b Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Mon, 11 Dec 2023 17:27:38 +0000 >Subject: [PATCH] Bug 26297: Preparation: Add dateofbirthrequired as boolean in > Result/Schema > >--- > Koha/Schema/Result/Category.pm | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/Koha/Schema/Result/Category.pm b/Koha/Schema/Result/Category.pm >index 927e7bd33d..28cd86705b 100644 >--- a/Koha/Schema/Result/Category.pm >+++ b/Koha/Schema/Result/Category.pm >@@ -403,6 +403,7 @@ __PACKAGE__->add_columns( > '+can_place_ill_in_opac' => { is_boolean => 1 }, > '+exclude_from_local_holds_priority' => { is_boolean => 1 }, > '+require_strong_password' => { is_boolean => 1 }, >+ '+dateofbirthrequired' => { is_boolean => 1 }, > ); > > 1; >-- >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 26297
:
159714
|
159715
|
159716
|
159717
|
159722
|
159921
|
159922
|
159923
|
159924
|
159955
|
160412
|
161450
|
161451
|
161484
|
161485
|
161486
|
161487
|
161488
|
161496
|
165390
|
165391
|
165392
|
165393
|
165453
|
165655
|
165827