Fix: duplicate assignement

This commit is contained in:
Laurent Destailleur
2011-11-22 00:40:57 +01:00
parent 7108fbda6f
commit 27e6f9a277

View File

@@ -3073,7 +3073,6 @@ class OrderLine
$sql.= " , remise_percent=".price2num($this->remise_percent)."";
$sql.= " , price=".price2num($this->price).""; // TODO A virer
$sql.= " , remise=".price2num($this->remise).""; // TODO A virer
$sql.= " , info_bits='".$this->info_bits."'";
if (empty($this->skip_update_total))
{
$sql.= " , total_ht=".price2num($this->total_ht)."";