<br>
<table cellspacing="0" cellpadding="4" width="100%" border="0">
<tr>
- <td align="center"> Anuko Time Tracker 1.17.5.3786 | Copyright © <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
+ <td align="center"> Anuko Time Tracker 1.17.5.3787 | Copyright © <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>
if ($user->isPluginEnabled('iv')) {
$cl_assign_invoice_select_option = $request->getParameter('assign_invoice_select_options', ($request->isPost() ? null : @$_SESSION['assign_invoice_select_option']));
$_SESSION['assign_invoice_select_option'] = $cl_assign_invoice_select_option;
+ $cl_recent_invoice_option = $request->getParameter('recent_invoice', ($request->isPost() ? null : @$_SESSION['recent_invoice_option']));
+ $_SESSION['recent_invoice_option'] = $cl_recent_invoice_option;
}
// Use custom fields plugin if it is enabled.
'name'=>'recent_invoice',
'data'=>$recent_invoices,
'datakeys'=>array('id','name'),
+ 'value'=>$cl_recent_invoice_option,
'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);