Fix phpcs
This commit is contained in:
parent
b1728a2129
commit
045cd5e810
@ -739,7 +739,7 @@ class SupplierProposal extends CommonObject
|
|||||||
if ($price_base_type == 'TTC') {
|
if ($price_base_type == 'TTC') {
|
||||||
$pu = $pu_ttc;
|
$pu = $pu_ttc;
|
||||||
}
|
}
|
||||||
|
|
||||||
//Fetch current line from the database and then clone the object and set it in $oldline property
|
//Fetch current line from the database and then clone the object and set it in $oldline property
|
||||||
$line = new SupplierProposalLine($this->db);
|
$line = new SupplierProposalLine($this->db);
|
||||||
$line->fetch($rowid);
|
$line->fetch($rowid);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user