mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-07 18:18:18 +01:00
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop
This commit is contained in:
@@ -274,6 +274,9 @@ function getEntity($element, $shared = 1, $currentobject = null)
|
||||
|
||||
// fix different element names (France to English)
|
||||
switch ($element) {
|
||||
case 'projet':
|
||||
$element = 'project';
|
||||
break;
|
||||
case 'contrat':
|
||||
$element = 'contract';
|
||||
break; // "/contrat/class/contrat.class.php"
|
||||
|
||||
Reference in New Issue
Block a user