X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/294895b702e4c5cb5bfc87292c464bed201f296b..a32d1441bb4b6e2cf58467f14c20f67ef0cf50c7:/time_edit.php diff --git a/time_edit.php b/time_edit.php index b656c23d..6628ce34 100644 --- a/time_edit.php +++ b/time_edit.php @@ -206,7 +206,7 @@ if ($custom_fields && $custom_fields->fields[0]) { $form->addInput(array('type'=>'hidden','name'=>'id','value'=>$cl_id)); if ($user->isPluginEnabled('iv')) $form->addInput(array('type'=>'checkbox','name'=>'billable','value'=>$cl_billable)); -if ($user->isPluginEnabled('ps')) +if ($user->canManageTeam() && $user->isPluginEnabled('ps')) $form->addInput(array('type'=>'checkbox','name'=>'paid','value'=>$cl_paid)); $form->addInput(array('type'=>'hidden','name'=>'browser_today','value'=>'')); // User current date, which gets filled in on btn_save or btn_copy click. $form->addInput(array('type'=>'submit','name'=>'btn_save','onclick'=>'browser_today.value=get_date()','value'=>$i18n->getKey('button.save')));