From f9b6a2e816e2c27e3670b1f9fba284b7ff4750ab Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Tue, 19 Feb 2013 14:59:14 +0100 Subject: [PATCH] Tweak last patch --- gui/bweb/cgi/bresto.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/bweb/cgi/bresto.pl b/gui/bweb/cgi/bresto.pl index f982692c80..c26d8d656d 100755 --- a/gui/bweb/cgi/bresto.pl +++ b/gui/bweb/cgi/bresto.pl @@ -718,7 +718,7 @@ if ($action eq 'restore') { } # TODO: remove it after a while - if ($bvfs->get_db_field('Comment') ne 'Comment') { + if ($bvfs->get_db_field('Job.Comment') ne 'Job.Comment') { delete $arg->{comment}; } -- 2.39.5