From: Nik Okuntseff Date: Thu, 25 Jan 2018 18:56:22 +0000 (+0000) Subject: A fix for assign to invoice feature - presentation. X-Git-Tag: timetracker_1.19-1~1335 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=a1a2def0432480d4b2c18f536cfbed1e3c53fa47;p=timetracker.git A fix for assign to invoice feature - presentation. --- diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index e03bbccb..8ff301dc 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
-
 Anuko Time Tracker 1.17.4.3784 | Copyright © Anuko | +  Anuko Time Tracker 1.17.5.3785 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve} 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()) {