Fixed typo
This commit is contained in:
parent
8627f2f19b
commit
c0346bcba4
@ -499,7 +499,7 @@ class Categorie extends CommonObject
|
|||||||
} elseif ($type == 'fournisseur' || ($type == 'societe')) {
|
} elseif ($type == 'fournisseur' || ($type == 'societe')) {
|
||||||
$column_name = 'soc';
|
$column_name = 'soc';
|
||||||
} else {
|
} else {
|
||||||
$column_name = 'type';
|
$column_name = $type;
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->db->begin();
|
$this->db->begin();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user