Clean code - Remove a deprecated tag that should not exists.

This commit is contained in:
Laurent Destailleur
2024-03-16 11:51:32 +01:00
parent e994d6650f
commit e15f243e95
3 changed files with 0 additions and 132 deletions

View File

@@ -2445,7 +2445,6 @@ class Commande extends CommonOrder
* @param float $remise Discount (percent)
* @param int $notrigger 1=Does not execute triggers, 0= execute triggers
* @return int Return integer <0 if KO, >0 if OK
* @deprecated remise_percent is a deprecated field for object parent
*/
public function setDiscount($user, $remise, $notrigger = 0)
{