]> wagnertech.de Git - timetracker.git/blobdiff - reports.php
Work in progress on project_required option (incomplete). Also started to integrate...
[timetracker.git] / reports.php
index 2e9bc26f2424ec510aa5ac26ed2b5365c0943ae0..08ac64fef92500172c5b8c704b0e410592e0fb55 100644 (file)
@@ -68,7 +68,7 @@ $form->addInput(array('type'=>'submit','name'=>'btn_delete','value'=>$i18n->getK
 // Dropdown for clients if the clients plugin is enabled.
 if ($user->isPluginEnabled('cl') && !($user->isClient() && $user->client_id)) {
   if ($user->canManageTeam() || ($user->isClient() && !$user->client_id))
-    $client_list = ttClientHelper::getClients($user->team_id);
+    $client_list = ttClientHelper::getClients();
   else
     $client_list = ttClientHelper::getClientsForUser();
   $form->addInput(array('type'=>'combobox',