Fixed typo

This commit is contained in:
Marcos García de La Fuente 2015-05-25 14:59:34 +02:00
parent 8627f2f19b
commit c0346bcba4

View File

@ -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();