2
0
forked from Wavyzz/dolibarr

Use english name for file

This commit is contained in:
Laurent Destailleur
2024-05-13 10:42:46 +02:00
parent e4bcc4c7d0
commit 047f2f5dc3
2 changed files with 2 additions and 2 deletions

View File

@@ -186,7 +186,7 @@ function order_admin_prepare_head()
$h = 0;
$head = array();
$head[$h][0] = DOL_URL_ROOT.'/admin/commande.php';
$head[$h][0] = DOL_URL_ROOT.'/admin/order.php';
$head[$h][1] = $langs->trans("Miscellaneous");
$head[$h][2] = 'general';
$h++;