From c0346bcba43a94e4e26b7962fe9355e886cdbe1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Garci=CC=81a=20de=20La=20Fuente?= Date: Mon, 25 May 2015 14:59:34 +0200 Subject: [PATCH] Fixed typo --- htdocs/categories/class/categorie.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/categories/class/categorie.class.php b/htdocs/categories/class/categorie.class.php index 67d821578dd..cd248d45744 100644 --- a/htdocs/categories/class/categorie.class.php +++ b/htdocs/categories/class/categorie.class.php @@ -499,7 +499,7 @@ class Categorie extends CommonObject } elseif ($type == 'fournisseur' || ($type == 'societe')) { $column_name = 'soc'; } else { - $column_name = 'type'; + $column_name = $type; } $this->db->begin();