]> wagnertech.de Git - timetracker.git/commitdiff
A fix for assign to invoice feature - presentation.
authorNik Okuntseff <support@anuko.com>
Thu, 25 Jan 2018 18:56:22 +0000 (18:56 +0000)
committerNik Okuntseff <support@anuko.com>
Thu, 25 Jan 2018 18:56:22 +0000 (18:56 +0000)
WEB-INF/templates/footer.tpl
report.php

index e03bbccbbc014dad5f0153029ef5d40ec6b550b3..8ff301dc3188e63c7327aa3ca62b4f7c6e02a8a1 100644 (file)
@@ -12,7 +12,7 @@
       <br>
       <table cellspacing="0" cellpadding="4" width="100%" border="0">
         <tr>
-          <td align="center">&nbsp;Anuko Time Tracker 1.17.4.3784 | Copyright &copy; <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
+          <td align="center">&nbsp;Anuko Time Tracker 1.17.5.3785 | Copyright &copy; <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
             <a href="https://www.anuko.com/lp/tt_4.htm" target="_blank">{$i18n.footer.credits}</a> |
             <a href="https://www.anuko.com/lp/tt_5.htm" target="_blank">{$i18n.footer.license}</a> |
             <a href="https://www.anuko.com/lp/tt_7.htm" target="_blank">{$i18n.footer.improve}</a>
index 7bf0e2acee3d8c8c737303ed269628670c338284..cdfc69af66fb35d53cdf8e03aa6a6561b3e930ea 100644 (file)
@@ -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()) {