Update html.form.class.php

This commit is contained in:
Frédéric FRANCE 2021-07-20 20:56:01 +02:00 committed by GitHub
parent 71b95f3511
commit 828e65c724
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4464,7 +4464,7 @@ class Form
$sql .= " WHERE 1=1";
if ($status != 2) {
$sql .= " AND status = ".(int) $status;
}isset($objecttmp->ismultientitymanaged) &&
}
if ($filtre) {
$sql .= " AND ".$filtre;
}