Skip to content

Commit

Permalink
retour PR
Browse files Browse the repository at this point in the history
  • Loading branch information
atm-jonathan committed Jul 4, 2024
1 parent 525a4eb commit 8987f31
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions htdocs/projet/element.php
Original file line number Diff line number Diff line change
Expand Up @@ -723,8 +723,6 @@

$elementuser = new User($db);



$showdatefilter = 0;
// Show the filter on date on top of element list
if (!$showdatefilter) {
Expand Down
1 change: 0 additions & 1 deletion htdocs/societe/contact.php
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@
if ($action != 'presend') {
// Contacts list
if (!getDolGlobalString('SOCIETE_DISABLE_CONTACTS')) {
$result = show_contacts($conf, $langs, $db, $object, $_SERVER["PHP_SELF"].'?socid='.$object->id, 1);
$showuserlogin = in_array('u.user', explode(',', $selectedfields)) ? 1 : 0;
$result = show_contacts($conf, $langs, $db, $object, $_SERVER["PHP_SELF"].'?socid='.$object->id, $showuserlogin);
}
Expand Down

0 comments on commit 8987f31

Please sign in to comment.