mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
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