From 20cf9fef23ea832a94b62cf67f03a7c7dcace01f Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Fri, 6 Nov 2015 19:00:22 +0100 Subject: [PATCH] =?UTF-8?q?Task=20#1214=20-=20REPORT=20:=20mise=20=C3=A0?= =?UTF-8?q?=20jour=20renvoit=20=C3=A0=20liste=20#1214=20:=20update=20must?= =?UTF-8?q?=20not=20return=20to=20list?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/report.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/report.inc.php b/include/report.inc.php index aff43c305..23a07721d 100644 --- a/include/report.inc.php +++ b/include/report.inc.php @@ -61,7 +61,7 @@ if (isset($_POST['update'])) { $rap->from_array($_POST); $rap->save($_POST); - $menu=1; + $menu=0; } if (isset($_POST['upload'])) { @@ -105,7 +105,7 @@ if (isset($_REQUEST["action"]) && $menu == 0) echo ''._("Les lignes vides seront effacées").''; echo ""; } - if ($action=="view") + if ($action=="view" || $action == "record") { echo '
'; $rap->id=$_REQUEST ['fr_id'];