From bf73660178b1c97805b000a59dc142d1880aee9f Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 29 May 2006 10:02:58 +0000 Subject: [PATCH] =?UTF-8?q?Action=20obsol=E8te?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/comm/propal.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/htdocs/comm/propal.php b/htdocs/comm/propal.php index faff952ecbf..2479ac8e287 100644 --- a/htdocs/comm/propal.php +++ b/htdocs/comm/propal.php @@ -420,6 +420,9 @@ if ($_GET['action'] == 'del_ligne' && $user->rights->propale->creer) propale_pdf_create($db, $_GET['propalid'], $propal->modelpdf); } +// Action obsolète ? + +/* if ($_POST['action'] == 'set_discount' && $user->rights->propale->creer) { $propal = new Propal($db); @@ -427,6 +430,7 @@ if ($_POST['action'] == 'set_discount' && $user->rights->propale->creer) $propal->set_remise($user, $_POST['remise']); propale_pdf_create($db, $_GET['propalid'], $propal->modelpdf); } +*/ if ($_POST['action'] == 'set_project') {