Remove useless code

This commit is contained in:
Laurent Destailleur 2020-08-21 19:48:31 +02:00
parent 1b22de5652
commit 6ad18ceef0

View File

@ -825,7 +825,6 @@ class Propal extends CommonObject
//Fetch current line from the database and then clone the object and set it in $oldline property
$line = new PropaleLigne($this->db);
$line->fetch($rowid);
$line->fetch_optionals();
$staticline = clone $line;