X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=time_edit.php;h=fd1851dc32432fd41c505b954e58aa758781a7e9;hb=2bd9983978cf8d6263e27a531aeb33f365667e37;hp=8125943606b7d3dccdf28adf39a7d3acceecc965;hpb=45c855269d952873285f7a835e82fc2b3eff3971;p=timetracker.git diff --git a/time_edit.php b/time_edit.php index 81259436..fd1851dc 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->canManageTeam() && $user->isPluginEnabled('ps')) +if ($user->can('manage_invoices') && $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->get('button.save')));