2
0
forked from Wavyzz/dolibarr

NEW: Global constant for deprecated module mapping (#28348)

* Qual: Add another deprecated module mapping

* NEW: Global constant for deprecated module mapping
This commit is contained in:
MDW
2024-02-22 13:23:39 +01:00
committed by GitHub
parent 2b4bc3b4bc
commit f1f516f54c
2 changed files with 25 additions and 12 deletions

View File

@@ -633,6 +633,7 @@ class CodingPhpTest extends CommonClassTest
'commande' => 'order',
'contrat' => 'contract',
'entrepot' => 'stock',
'expedition' => 'delivery_note',
'facture' => 'invoice',
'fichinter' => 'intervention',
'product_fournisseur_price' => 'productsupplierprice',
@@ -647,6 +648,7 @@ class CodingPhpTest extends CommonClassTest
'member_type' => 1,
'bank' => 1,
'category' => 1,
'delivery_note' => 1,
'order' => 1,
'contract' => 1,
'stock' => 1,
@@ -680,7 +682,6 @@ class CodingPhpTest extends CommonClassTest
'ecotax' => 1,
'emailcollector' => 1,
'eventorganization' => 1,
'expedition' => 1,
'expensereport' => 1,
'export' => 1,
'externalsite' => 1,