diff --git a/htdocs/societe/class/societe.class.php b/htdocs/societe/class/societe.class.php index ea5fc138eaf..0c38474d820 100644 --- a/htdocs/societe/class/societe.class.php +++ b/htdocs/societe/class/societe.class.php @@ -1422,7 +1422,7 @@ class Societe extends CommonObject } } - // Remove societe_remise_except + // Remove societe_remise if (! $error) { $sql = "DELETE FROM ".MAIN_DB_PREFIX."societe_remise";