Bugzilla – Attachment 101427 Details for
Bug 24476
Allow patrons to opt-out of auto-renewal
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24476: Add boolean for TINYINT
Bug-24476-Add-boolean-for-TINYINT.patch (text/plain), 1.71 KB, created by
Nick Clemens (kidclamp)
on 2020-03-23 11:58:17 UTC
(
hide
)
Description:
Bug 24476: Add boolean for TINYINT
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2020-03-23 11:58:17 UTC
Size:
1.71 KB
patch
obsolete
>From 0361401a3ad9b73c4428d950af00a59f4358b9fc Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Fri, 28 Feb 2020 19:16:52 +0000 >Subject: [PATCH] Bug 24476: Add boolean for TINYINT > >Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com> >--- > Koha/Schema/Result/Borrower.pm | 3 ++- > Koha/Schema/Result/Deletedborrower.pm | 8 ++++++++ > 2 files changed, 10 insertions(+), 1 deletion(-) > >diff --git a/Koha/Schema/Result/Borrower.pm b/Koha/Schema/Result/Borrower.pm >index 04ad9e17d4..0d2829dcbd 100644 >--- a/Koha/Schema/Result/Borrower.pm >+++ b/Koha/Schema/Result/Borrower.pm >@@ -1665,7 +1665,8 @@ __PACKAGE__->add_columns( > '+anonymized' => { is_boolean => 1 }, > '+lost' => { is_boolean => 1 }, > '+gonenoaddress' => { is_boolean => 1 }, >- '+privacy_guarantor_fines' => { is_boolean => 1 } >+ '+privacy_guarantor_fines' => { is_boolean => 1 }, >+ '+autorenew_checkouts' => { is_boolean => 1 } > ); > > sub koha_objects_class { >diff --git a/Koha/Schema/Result/Deletedborrower.pm b/Koha/Schema/Result/Deletedborrower.pm >index 7c076cf4a6..0b22a83beb 100644 >--- a/Koha/Schema/Result/Deletedborrower.pm >+++ b/Koha/Schema/Result/Deletedborrower.pm >@@ -661,6 +661,14 @@ __PACKAGE__->add_columns( > # Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-03-23 11:45:25 > # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:fVl4c/8pymGaZBDR3EOrNg > >+__PACKAGE__->add_columns( >+ '+anonymized' => { is_boolean => 1 }, >+ '+lost' => { is_boolean => 1 }, >+ '+gonenoaddress' => { is_boolean => 1 }, >+ '+privacy_guarantor_fines' => { is_boolean => 1 }, >+ '+autorenew_checkouts' => { is_boolean => 1 } >+); >+ > sub koha_objects_class { > 'Koha::Old::Patrons'; > } >-- >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 24476
:
97766
|
97767
|
97768
|
97769
|
97770
|
97831
|
97832
|
97833
|
97834
|
97835
|
97836
|
97923
|
97924
|
97925
|
97926
|
97927
|
97928
|
97997
|
97998
|
97999
|
98000
|
98001
|
98002
|
99793
|
99794
|
99795
|
99796
|
99797
|
99798
|
99799
|
99800
|
100022
|
100023
|
100024
|
100025
|
100026
|
100027
|
100028
|
100029
|
101385
|
101419
|
101420
|
101421
|
101422
|
101423
|
101424
|
101425
|
101426
|
101427
|
101511
|
101512
|
101513
|
101514
|
101515
|
101516
|
101517
|
101518
|
101519
|
101520
|
101521
|
101542