Code comment

This commit is contained in:
Laurent Destailleur
2024-07-25 13:59:12 +02:00
parent 4ac79828e7
commit 38d8d30c85
4 changed files with 8 additions and 8 deletions

View File

@@ -2010,9 +2010,9 @@ class Commande extends CommonOrder
// phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
/**
* Add line of fixed discount in the order in DB
* Add a discount line into a sale order (as a sale order line) using an existing absolute discount (Consume the discount)
*
* @param int $idremise Id for the fixed discount
* @param int $idremise Id for the fixed discount from table llx_societe_remise_except
* @return int >0 if OK, <0 if KO
*/
public function insert_discount($idremise)