Task #2462: Tableau de bord : client et fournisseur en retard
This commit is contained in:
parent
7a9c56ac2f
commit
5aac56866b
1 changed files with 4 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ echo HtmlInput::title_box($p_title, $this->dialog_box_id,"close","","y")
|
|||
<table class="result">
|
||||
<tr>
|
||||
<th><?php echo _('Date')?></th>
|
||||
<th><?php echo _('Ech.')?></th>
|
||||
<th><?php echo _('Code Interne')?></th>
|
||||
<th><?php echo _('Pièce')?></th>
|
||||
<th><?php echo _('Tiers')?></th>
|
||||
|
|
@ -56,6 +57,9 @@ echo HtmlInput::title_box($p_title, $this->dialog_box_id,"close","","y")
|
|||
<td>
|
||||
<?php echo smaller_date(format_date($p_array[$i]['jr_date']) );?>
|
||||
</td>
|
||||
<td>
|
||||
<?php echo smaller_date(format_date($p_array[$i]['jr_ech']) );?>
|
||||
</td>
|
||||
<td>
|
||||
<?php echo HtmlInput::detail_op($p_array[$i]['jr_id'], $p_array[$i]['jr_internal']) ?>
|
||||
</td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue