2
0
forked from Wavyzz/dolibarr

Qual: Spelling htdocs/core (#27491)

Highlights:
- initialY in pdf_standard.modules.php was unused
  - remove (otherwise -> initially) (+same in other file)
This commit is contained in:
MDW
2024-01-13 19:48:20 +01:00
committed by GitHub
parent 77432efdee
commit 89004f7e03
323 changed files with 1154 additions and 1152 deletions

View File

@@ -67,7 +67,7 @@ class modCommande extends DolibarrModules
// Config pages
$this->config_page_url = array("commande.php");
// Dependancies
// Dependencies
$this->depends = array("modSociete");
$this->requiredby = array("modExpedition");
$this->conflictwith = array();