Correct bug : Dashboard , zoom action failed
This commit is contained in:
parent
ef18c3dee5
commit
52cd43d0f7
1 changed files with 1 additions and 1 deletions
|
|
@ -299,7 +299,7 @@ for($i=0;$i<count($last_ledger);$i++):
|
|||
</div>
|
||||
<div id="last_operation_management_div" class="box">
|
||||
<?php
|
||||
echo HtmlInput::title_box(_('Suivi'),"last_operation_management_div",'zoom','onclick="action_show('.dossier::id().')"','n');
|
||||
echo HtmlInput::title_box(_('Suivi'),"last_operation_management_div",'zoom','action_show('.dossier::id().')','n');
|
||||
?>
|
||||
<?php
|
||||
require_once NOALYSS_INCLUDE.'/class/follow_up.class.php';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue