X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=reports.php;h=27a722446f1ab3a010f0a13dd11345d08c52e122;hb=ad98b13400fdc2fa2299a22c9bd54c4cd27960c3;hp=80e1e903b030a9ad553e055a5ac69e7dd40014f9;hpb=5fd6816a0567b31414492712d5002d3ecc9f52a2;p=timetracker.git diff --git a/reports.php b/reports.php index 80e1e903..27a72244 100644 --- a/reports.php +++ b/reports.php @@ -197,8 +197,7 @@ if ((TYPE_START_FINISH == $user->record_type) || (TYPE_ALL == $user->record_type } $form->addInput(array('type'=>'checkbox','name'=>'chduration')); $form->addInput(array('type'=>'checkbox','name'=>'chnote')); -if (defined('COST_ON_REPORTS') && isTrue(COST_ON_REPORTS)) - $form->addInput(array('type'=>'checkbox','name'=>'chcost')); +$form->addInput(array('type'=>'checkbox','name'=>'chcost')); // If we have a custom field - add a checkbox for it. if ($custom_fields && $custom_fields->fields[0]) $form->addInput(array('type'=>'checkbox','name'=>'chcf_1'));