X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/1647c2dbe4244fa273ec515b55b42a0a933cce61..a1a2def0432480d4b2c18f536cfbed1e3c53fa47:/report.php diff --git a/report.php b/report.php index 7bf0e2ac..cdfc69af 100644 --- a/report.php +++ b/report.php @@ -100,8 +100,8 @@ if ($client_id && $bean->getAttribute('chinvoice') && ('no_grouping' == $bean->g 'datakeys'=>array('id','name'), 'empty'=>array(''=>$i18n->getKey('dropdown.select_invoice')))); $form->addInput(array('type'=>'submit','name'=>'btn_assign','value'=>$i18n->getKey('button.submit'))); + $smarty->assign('use_assign_to_invoice', true); } - $smarty->assign('use_assign_to_invoice', true); } if ($request->isPost()) {