Bugzilla – Attachment 88745 Details for
Bug 22729
flgAnonymized shouldn't be NULL and should be renamed anonymized
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22729: (RM follow-up) Correct column in schema addition
Bug-22729-RM-follow-up-Correct-column-in-schema-ad.patch (text/plain), 786 bytes, created by
Nick Clemens (kidclamp)
on 2019-04-25 10:11:53 UTC
(
hide
)
Description:
Bug 22729: (RM follow-up) Correct column in schema addition
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2019-04-25 10:11:53 UTC
Size:
786 bytes
patch
obsolete
>From d8169c0e98669c8b89ce0b1f7d8196bcc9e46305 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Thu, 25 Apr 2019 10:11:31 +0000 >Subject: [PATCH] Bug 22729: (RM follow-up) Correct column in schema addition > >--- > Koha/Schema/Result/Borrower.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/Koha/Schema/Result/Borrower.pm b/Koha/Schema/Result/Borrower.pm >index 0bc8b50849..70007115d2 100644 >--- a/Koha/Schema/Result/Borrower.pm >+++ b/Koha/Schema/Result/Borrower.pm >@@ -1539,7 +1539,7 @@ __PACKAGE__->belongs_to( > ); > > __PACKAGE__->add_columns( >- '+flgAnonymized' => { is_boolean => 1 }, >+ '+anonymized' => { is_boolean => 1 }, > '+lost' => { is_boolean => 1 }, > '+gonenoaddress' => { is_boolean => 1 } > ); >-- >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 22729
:
88222
|
88223
|
88224
|
88337
|
88338
|
88339
|
88340
|
88349
|
88350
|
88351
|
88352
|
88353
|
88692
|
88693
|
88694
|
88695
|
88696
| 88745