Update list.php

This commit is contained in:
Laurent Destailleur 2022-06-27 11:26:57 +02:00 committed by GitHub
parent 082c7091fc
commit 149fc6ed83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1206,7 +1206,7 @@ if ($resql) {
if (!empty($arrayfields['p.seuil_stock_alerte']['checked'])) {
print_liste_field_titre($arrayfields['p.seuil_stock_alerte']['label'], $_SERVER["PHP_SELF"], "p.seuil_stock_alerte", "", $param, '', $sortfield, $sortorder, 'right ');
}
if (!empty($arrayfields['p.desiredstock']['checked']) ) {
if (!empty($arrayfields['p.desiredstock']['checked'])) {
print_liste_field_titre($arrayfields['p.desiredstock']['label'], $_SERVER["PHP_SELF"], "p.desiredstock", "", $param, '', $sortfield, $sortorder, 'right ');
}
if (!empty($arrayfields['p.stock']['checked'])) {