From f9328f4018ad199af113ac82c92b0023e8e8d5c5 Mon Sep 17 00:00:00 2001 From: fhenry Date: Thu, 2 May 2013 23:00:33 +0200 Subject: [PATCH] Propal don't move --- htdocs/comm/propal.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/htdocs/comm/propal.php b/htdocs/comm/propal.php index 84650a9c60c..9cde868a97a 100644 --- a/htdocs/comm/propal.php +++ b/htdocs/comm/propal.php @@ -767,9 +767,7 @@ else if ($action == "addline" && $user->rights->propal->creer) // Margin $fournprice=(GETPOST('fournprice')?GETPOST('fournprice'):''); - dol_syslog('ssdfsd:: $fournprice:'.var_export($fournprice,true)); $buyingprice=(GETPOST('buying_price')?GETPOST('buying_price'):''); - dol_syslog('ssdfsd:: $$buyingprice='.$buyingprice); $date_start=dol_mktime(0, 0, 0, GETPOST('date_start'.$predef.'month'), GETPOST('date_start'.$predef.'day'), GETPOST('date_start'.$predef.'year')); $date_end=dol_mktime(0, 0, 0, GETPOST('date_end'.$predef.'month'), GETPOST('date_end'.$predef.'day'), GETPOST('date_end'.$predef.'year'));