From 784880bbd147fcadb2735d741dcd36f8d30c98de Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Thu, 7 Jul 2016 12:52:38 +0200 Subject: [PATCH] Fix: wrong comment --- htdocs/societe/class/societe.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";