viewstatut to search_status

This commit is contained in:
atm-quentin
2020-04-15 15:01:00 +02:00
parent 53ceef5b6a
commit f7c07640dd
32 changed files with 110 additions and 110 deletions

View File

@@ -3527,7 +3527,7 @@ class Commande extends CommonOrder
$response->warning_delay=$conf->commande->client->warning_delay/60/60/24;
$response->label=$langs->trans("OrdersToProcess");
$response->labelShort = $langs->trans("Opened");
$response->url=DOL_URL_ROOT.'/commande/list.php?viewstatut=-3&mainmenu=commercial&leftmenu=orders';
$response->url=DOL_URL_ROOT.'/commande/list.php?search_status=-3&mainmenu=commercial&leftmenu=orders';
$response->img=img_object('', "order");
$generic_commande = new Commande($this->db);