Fix bug refresh in "commit event"
This commit is contained in:
parent
abde26d488
commit
5462ce1d99
3 changed files with 4 additions and 10 deletions
|
|
@ -48,8 +48,7 @@ $nb_supplier_late=count($supplier_late);
|
|||
$nb_customer_now=count($customer_now);
|
||||
$nb_customer_late=count($customer_late);
|
||||
|
||||
?>
|
||||
<?php echo HtmlInput::title_box(_("Résumé"),"situation_div",'none','','n','','',$refresh)?>
|
||||
?>
|
||||
<div id="content">
|
||||
<div id="so_event_main_id">
|
||||
<div class="sect1">
|
||||
|
|
@ -154,10 +153,4 @@ $nb_customer_late=count($customer_late);
|
|||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
<ul class="aligned-block">
|
||||
<li>
|
||||
<?=\HtmlInput::button_action(_("Rafraîchir"),sprintf("event_display_main('%s')",Dossier::id()),uniqid(),"smallbutton")?>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue