fix: wrong url

This commit is contained in:
Grand Philippe 2013-04-08 11:56:50 +02:00
parent 6ff049bcd9
commit a593e5d4e5

View File

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