Skip to content
Snippets Groups Projects
Commit c0346bcb authored by Marcos García de La Fuente's avatar Marcos García de La Fuente
Browse files

Fixed typo

parent 8627f2f1
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment