Bugzilla – Attachment 127341 Details for
Bug 27266
Move C4::Biblio::GetMarcAuthors to Koha namespace
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27266: (QA follow-up) Indentation in opac-sendshelf
Bug-27266-QA-follow-up-Indentation-in-opac-sendshe.patch (text/plain), 1.49 KB, created by
Marcel de Rooy
on 2021-11-05 08:38:54 UTC
(
hide
)
Description:
Bug 27266: (QA follow-up) Indentation in opac-sendshelf
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2021-11-05 08:38:54 UTC
Size:
1.49 KB
patch
obsolete
>From 95b38b85f87fa2d5101a64ecfdc5195740c2980d Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Fri, 5 Nov 2021 07:52:55 +0000 >Subject: [PATCH] Bug 27266: (QA follow-up) Indentation in opac-sendshelf >Content-Type: text/plain; charset=utf-8 > >Minimal fix to improve bad indentation a bit, moving to 2 spaces. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > opac/opac-sendshelf.pl | 9 +++------ > 1 file changed, 3 insertions(+), 6 deletions(-) > >diff --git a/opac/opac-sendshelf.pl b/opac/opac-sendshelf.pl >index 621bca9c02..aa4eba2187 100755 >--- a/opac/opac-sendshelf.pl >+++ b/opac/opac-sendshelf.pl >@@ -61,8 +61,7 @@ my $dbh = C4::Context->dbh; > > my $shelf = Koha::Virtualshelves->find( $shelfid ); > if ( $shelf and $shelf->can_be_viewed( $borrowernumber ) ) { >- >-if ( $email ) { >+ if ( $email ) { > my $comment = $query->param('comment'); > > my ( $template2, $borrowernumber, $cookie ) = get_template_and_user( >@@ -180,14 +179,12 @@ END_OF_BODY > ); > output_html_with_http_headers $query, $cookie, $template->output, undef, { force_no_caching => 1 }; > >- >-}else{ >+ } else { > $template->param( shelfid => $shelfid, > url => "/cgi-bin/koha/opac-sendshelf.pl", > ); > output_html_with_http_headers $query, $cookie, $template->output, undef, { force_no_caching => 1 }; >-} >- >+ } > } else { > $template->param( invalidlist => 1, > url => "/cgi-bin/koha/opac-sendshelf.pl", >-- >2.20.1
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 27266
:
114503
|
114580
|
117239
|
118311
|
118312
|
123017
|
123018
|
123019
|
123026
|
123027
|
123028
|
123067
|
125440
|
125441
|
125442
|
125443
|
125444
|
125465
|
125466
|
125467
|
125468
|
125469
|
125719
|
125720
|
125721
|
125722
|
125723
|
126539
|
126540
|
126541
|
126542
|
126543
|
127330
|
127331
|
127332
|
127333
|
127334
|
127335
|
127336
|
127337
|
127340
|
127341
|
127342
|
127561
|
127562
|
127563
|
127564
|
127565
|
127566
|
127567
|
127568