Propal don't move

This commit is contained in:
fhenry 2013-05-02 23:00:33 +02:00
parent 0dbc73a6cc
commit f9328f4018

View File

@ -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'));