forked from Wavyzz/dolibarr
Doc
This commit is contained in:
@@ -6735,7 +6735,7 @@ abstract class CommonObject
|
||||
$this->db->begin();
|
||||
|
||||
$table_element = $this->table_element;
|
||||
if ($table_element == 'categorie') {
|
||||
if ($table_element == 'categorie') { // TODO Rename table llx_categories_extrafields into llx_categorie_extrafields so we can remove this.
|
||||
$table_element = 'categories'; // For compatibility
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user