Bug 18584: remove trailing space from C4/XSLT.pm
authorHayley Mapley <hayleymapley@catalyst.net.nz>
Sun, 3 Mar 2019 22:26:54 +0000 (22:26 +0000)
committerNick Clemens <nick@bywatersolutions.com>
Mon, 4 Mar 2019 18:43:05 +0000 (18:43 +0000)
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>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

C4/XSLT.pm

index bf2647a..f434fa4 100644 (file)
@@ -310,7 +310,7 @@ sub buildKohaItemsNamespace {
                 $status = "Lost";
             }
             if ($item->{damaged}) {
-                $status = "Damaged"; 
+                $status = "Damaged";
             }
             if (defined $transfertwhen && $transfertwhen ne '') {
                 $status = 'In transit';