Bugzilla – Attachment 164212 Details for
Bug 19613
Scrub borrowers fields: borrowernotes opacnote
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19613: Use the 'note' profile
Bug-19613-Use-the-note-profile.patch (text/plain), 1.14 KB, created by
Nick Clemens (kidclamp)
on 2024-04-01 16:29:13 UTC
(
hide
)
Description:
Bug 19613: Use the 'note' profile
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2024-04-01 16:29:13 UTC
Size:
1.14 KB
patch
obsolete
>From 42f77dc4de2754d85679ebe70ea8a1693853c508 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 20 Mar 2024 08:35:29 +0100 >Subject: [PATCH] Bug 19613: Use the 'note' profile > >WNC amended patch: tidied > >Signed-off-by: David Cook <dcook@prosentient.com.au> >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > Koha/Patron.pm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/Koha/Patron.pm b/Koha/Patron.pm >index 97e5380fb7c..d28e0635c88 100644 >--- a/Koha/Patron.pm >+++ b/Koha/Patron.pm >@@ -232,9 +232,9 @@ sub store { > if defined $self->relationship > and $self->relationship eq ""; > >- for my $note_field ( qw( borrowernotes opacnote ) ) { >+ for my $note_field (qw( borrowernotes opacnote )) { > if ( !$self->in_storage || $self->_result->is_column_changed($note_field) ) { >- $self->$note_field(C4::Scrubber->new('comment')->scrub($self->$note_field)); >+ $self->$note_field( C4::Scrubber->new('note')->scrub( $self->$note_field ) ); > } > } > >-- >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 19613
:
69104
|
69109
|
163194
|
163498
|
163585
|
163586
|
164211
| 164212