Bugzilla – Attachment 80297 Details for
Bug 21464
Overdues export is missing lot of fields
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21464: Hide patron's title not biblio's title
Bug-21464-Hide-patrons-title-not-biblios-title.patch (text/plain), 976 bytes, created by
Jonathan Druart
on 2018-10-09 17:01:30 UTC
(
hide
)
Description:
Bug 21464: Hide patron's title not biblio's title
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2018-10-09 17:01:30 UTC
Size:
976 bytes
patch
obsolete
>From c173bbdebbfb2f67bf40c795cd5375a617f9d717 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 9 Oct 2018 14:01:07 -0300 >Subject: [PATCH] Bug 21464: Hide patron's title not biblio's title > >--- > circ/overdue.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/circ/overdue.pl b/circ/overdue.pl >index 8b88a24338..e60d3ccc8d 100755 >--- a/circ/overdue.pl >+++ b/circ/overdue.pl >@@ -379,7 +379,7 @@ sub build_csv { > $csv->combine(@keys); > push @lines, $csv->string(); > >- my @private_keys = qw( title firstname surname phone email address address2 zipcode city country streetnumber streettype ); >+ my @private_keys = qw( borrowertitle firstname surname phone email address address2 zipcode city country streetnumber streettype ); > # ... and rest of report > foreach my $overdue ( @{ $overdues } ) { > unless ( $logged_in_user->can_see_patron_infos( $overdue->{patron} ) ) { >-- >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 21464
:
79783
|
80215
|
80236
|
80297
|
80310
|
80311