X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/1647c2dbe4244fa273ec515b55b42a0a933cce61..f20ec5fb1e42bf4a273cb2d3a99d3d7b33c2ff48:/report.php?ds=sidebyside 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()) {