Update list.php

This commit is contained in:
Laurent Destailleur 2021-09-09 14:21:20 +02:00 committed by GitHub
parent 3da71418ac
commit 6df4f250a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -134,10 +134,6 @@ if (!$sortorder) {
$sortorder = 'DESC';
}
if ($search_status == '') {
$search_status = -5;
}
// Initialize technical object to manage hooks of page. Note that conf->hooks_modules contains array of hook context
$object = new CommandeFournisseur($db);
$hookmanager->initHooks(array('supplierorderlist'));