add translations count (#31398)

This commit is contained in:
Frédéric FRANCE
2024-10-15 15:39:29 +02:00
committed by GitHub
parent 6f6826e387
commit 0b1d243a7a
12 changed files with 28 additions and 18 deletions

View File

@@ -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();