From 1d1786f60ce2f36efdfad1376adb514d85c663d1 Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Tue, 20 Mar 2012 13:48:33 +0100 Subject: [PATCH] bug 7086 follow-up: removed warn Signed-off-by: Paul Poulain --- suggestion/suggestion.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/suggestion/suggestion.pl b/suggestion/suggestion.pl index c0dc72f8be..195011e007 100755 --- a/suggestion/suggestion.pl +++ b/suggestion/suggestion.pl @@ -43,7 +43,6 @@ sub Init{ else { # editing of an existing suggestion $suggestion->{'manageddate'} = C4::Dates->today; - warn $suggestion->{'manageddate'}; $suggestion->{'managedby'} = C4::Context->userenv->{"number"} unless ($suggestion->{'managedby'}); # suggesteddate, when coming from the DB, needs to be formated $suggestion->{'suggesteddate'} = format_date($suggestion->{'suggesteddate'}); -- 2.39.2