From 5a880025115ae5fcfdc36586472e237708d574d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20V=C3=A9ron?= Date: Thu, 29 Jun 2017 16:26:19 +0200 Subject: [PATCH] Bug 18881: Remove comment about translated itemtype description in circ/view_holdsqueue.pl This patch removes a superfluous FIXME comment. To test: Compare code, verify that comment correctly is removed --- circ/view_holdsqueue.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circ/view_holdsqueue.pl b/circ/view_holdsqueue.pl index 7c09754..e73ad7e 100755 --- a/circ/view_holdsqueue.pl +++ b/circ/view_holdsqueue.pl @@ -68,7 +68,7 @@ my @itemtypesloop; while ( my $itemtype = $itemtypes->next ) { push @itemtypesloop, { value => $itemtype->itemtype, - description => $itemtype->description, # FIXME Don't we want the translated_description here? + description => $itemtype->description, }; } -- 2.1.4