mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 17:48:25 +01:00
Update usergroups.lib.php
This commit is contained in:
committed by
GitHub
parent
ca52a8180e
commit
1df6bb4242
@@ -1413,7 +1413,7 @@ function show_actions_done_user($conf, $langs, $db, $filterobj, $objcon = '', $n
|
||||
$result = $contactaction->fetchResources();
|
||||
if ($result < 0) {
|
||||
dol_print_error($db);
|
||||
setEventMessage("user.lib::show_actions_done Error fetch ressource", 'errors');
|
||||
setEventMessage("user.lib::show_actions_done Error fetch resource", 'errors');
|
||||
}
|
||||
|
||||
//if ($donetodo == 'todo') $sql.= " AND ((a.percent >= 0 AND a.percent < 100) OR (a.percent = -1 AND a.datep > '".$db->idate($now)."'))";
|
||||
|
||||
Reference in New Issue
Block a user