2
0
forked from Wavyzz/dolibarr

fix project replace projet

This commit is contained in:
Frédéric FRANCE
2021-03-18 20:51:40 +01:00
parent a420d0acbd
commit c43d3dff92
4 changed files with 8 additions and 8 deletions

View File

@@ -842,7 +842,7 @@ class Conf
if (isset($this->categorie)) {
$this->category = $this->categorie;
}
if (isset($this->project)) {
if (isset($this->projet) && !isset($this->project)) {
$this->project = $this->projet;
}