Fix phpcs

This commit is contained in:
Laurent Destailleur 2022-01-30 02:05:07 +01:00
parent b1728a2129
commit 045cd5e810

View File

@ -739,7 +739,7 @@ class SupplierProposal extends CommonObject
if ($price_base_type == 'TTC') {
$pu = $pu_ttc;
}
//Fetch current line from the database and then clone the object and set it in $oldline property
$line = new SupplierProposalLine($this->db);
$line->fetch($rowid);