mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
add translations count (#31398)
This commit is contained in:
@@ -3230,7 +3230,7 @@ class Commande extends CommonOrder
|
||||
$price = ((float) $pu - $remise);
|
||||
}
|
||||
|
||||
//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 OrderLine($this->db);
|
||||
$line->fetch($rowid);
|
||||
$line->fetch_optionals();
|
||||
|
||||
Reference in New Issue
Block a user