X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=reports.php;h=958d88bc91eb27ce2608c7b54bcb73cc01fc9e0d;hb=c9635e26bfce35b8009e8a760d9aec8de89ec3f5;hp=fb74e16cc5c812fd680182f5de12adc6532a01c3;hpb=5897ea0d3efe16a50706bcf1bde8d33044b5cf5f;p=timetracker.git diff --git a/reports.php b/reports.php index fb74e16c..958d88bc 100644 --- a/reports.php +++ b/reports.php @@ -89,6 +89,7 @@ if ($showClient) { } if ($showClient) { $form->addInput(array('type'=>'combobox', + 'onchange'=>'fillProjectDropdown(this.value);', 'name'=>'client', 'style'=>'width: 250px;', 'data'=>$client_list, @@ -439,6 +440,7 @@ if ($request->isPost()) { } } // isPost +$smarty->assign('client_list', $client_list); $smarty->assign('show_client', $showClient); $smarty->assign('show_cf_1_dropdown', $showCustomFieldDropdown); $smarty->assign('show_cf_1_checkbox', $showCustomFieldCheckbox);