Bugzilla – Attachment 42810 Details for
Bug 14879
Remove C4::Dates from catalogue/detail.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14879 - Remove C4::Dates from catalogue/detail.pl
Bug-14879---Remove-C4Dates-from-cataloguedetailpl.patch (text/plain), 1.14 KB, created by
Josef Moravec
on 2015-09-23 14:31:50 UTC
(
hide
)
Description:
Bug 14879 - Remove C4::Dates from catalogue/detail.pl
Filename:
MIME Type:
Creator:
Josef Moravec
Created:
2015-09-23 14:31:50 UTC
Size:
1.14 KB
patch
obsolete
>From e0be6c25414245a50070bd4d003f549218dcd151 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Marc=20V=C3=A9ron?= <veron@veron.ch> >Date: Sun, 20 Sep 2015 23:46:12 +0200 >Subject: [PATCH] Bug 14879 - Remove C4::Dates from catalogue/detail.pl > >Remove forbidden patterns (tab) to pass QA tools > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> >--- > catalogue/detail.pl | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/catalogue/detail.pl b/catalogue/detail.pl >index ca3497f..b826f49 100755 >--- a/catalogue/detail.pl >+++ b/catalogue/detail.pl >@@ -205,8 +205,8 @@ foreach my $item (@items) { > $item->{imageurl} = defined $item->{itype} ? getitemtypeimagelocation('intranet', $itemtypes->{ $item->{itype} }{imageurl}) > : ''; > >- foreach (qw(datelastseen onloan)) { >- $item->{$_} = output_pref({ dt => dt_from_string( $item->{$_} ), dateonly => 1 }); >+ foreach (qw(datelastseen onloan)) { >+ $item->{$_} = output_pref({ dt => dt_from_string( $item->{$_} ), dateonly => 1 }); > } > $item->{datedue} = format_sqldatetime($item->{datedue}); > # item damaged, lost, withdrawn loops >-- >2.1.4
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 14879
:
42797
|
42798
|
42809
|
42810
|
42836
|
42837