Bugzilla – Attachment 85967 Details for
Bug 18584
Our legacy code contains trailing-spaces
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18584: remove trailing space from C4/XSLT.pm
Bug-18584-remove-trailing-space-from-C4XSLTpm.patch (text/plain), 912 bytes, created by
Hayley Pelham
on 2019-03-03 22:56:46 UTC
(
hide
)
Description:
Bug 18584: remove trailing space from C4/XSLT.pm
Filename:
MIME Type:
Creator:
Hayley Pelham
Created:
2019-03-03 22:56:46 UTC
Size:
912 bytes
patch
obsolete
>From 50afd6e2c049436be52a442af23a4efa6e858c9d Mon Sep 17 00:00:00 2001 >From: Hayley Mapley <hayleymapley@catalyst.net.nz> >Date: Sun, 3 Mar 2019 22:26:54 +0000 >Subject: [PATCH] Bug 18584: remove trailing space from C4/XSLT.pm > >Test plan: >1) Open C4/XSLT.pm and confirm that the trailing space at line 313 is >gone. >2) Sign off. > >Signed-off-by: Hayley Mapley <hayleymapley@catalyst.net.nz> >--- > C4/XSLT.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/XSLT.pm b/C4/XSLT.pm >index bf2647ab74..f434fa4fdc 100644 >--- a/C4/XSLT.pm >+++ b/C4/XSLT.pm >@@ -310,7 +310,7 @@ sub buildKohaItemsNamespace { > $status = "Lost"; > } > if ($item->{damaged}) { >- $status = "Damaged"; >+ $status = "Damaged"; > } > if (defined $transfertwhen && $transfertwhen ne '') { > $status = 'In transit'; >-- >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 18584
:
64236
|
64237
|
64238
|
67095
|
67096
|
67097
|
67157
|
67158
|
67159
|
67160
|
67161
|
79734
|
79743
|
79758
|
79811
|
79953
|
81990
|
82337
|
82347
|
85966
|
85967
|
85968
|
87746
|
87750
|
87775
|
175456
|
175458
|
175610