Fix #0002291: Apparence Gestion Client Contact

This commit is contained in:
sparkyx 2023-06-03 13:50:43 +02:00
parent 3d5f49b256
commit b845945ee0
5 changed files with 39 additions and 6 deletions

View file

@ -114,7 +114,7 @@ if ($low_action == "list")
$sel_company=$http->get("sel_company");
$contact->filter_company($sel_company);
}
$contact->filter_active(true);
echo '<div class="content">';
echo $contact->Summary($search,"contact",$sql);