Task #1267 - Lettrage : la colonne ref doit contenir le numéro de PJ

#1267 :  Lettrage : la colonne ref doit contenir le numéro de PJ
This commit is contained in:
Dany De Bontridder 2016-02-12 16:09:41 +01:00
parent 78bfe63d7c
commit b5b46d78a1
2 changed files with 12 additions and 3 deletions

View file

@ -27,6 +27,9 @@ $delta=0;
<th>
<?php echo _('Ref')?>
</th>
<th>
<?php echo _('Internal')?>
</th>
<th>
<?php echo _('Description')?>
</th>
@ -67,6 +70,9 @@ if ($linked_limit != 0 && $i==$linked_limit)
<th>
<?php echo _('Ref')?>
</th>
<th>
<?php echo _('Internal')?>
</th>
<th>
<?php echo _('Description')?>
</th>
@ -106,12 +112,14 @@ $letter=($this->content[$i]['letter']< 0)?" ":strtoupper(base_convert($this->con
<?php echo $letter?>
</td>
<td> <?php echo smaller_date($this->content[$i]['j_date_fmt'])?> </td>
<td> <?php echo h($this->content[$i]['jr_pj_number']);?> </td>
<?php
$r=sprintf('<A class="detail" style="text-decoration:underline" HREF="javascript:viewOperation(\'%s\',\'%s\')" >%s</A>',
$this->content[$i]['jr_id'], $gDossier, $this->content[$i]['jr_internal']);
?>
<td> <?php echo $r?> </td>
<td> <?php echo $this->content[$i]['jr_comment']?> </td>
<td> <?php echo h($this->content[$i]['jr_comment'])?> </td>
<?php if ($this->content[$i]['j_debit']=='t') : ?>
<td style="text-align:right"> <?php echo nb($this->content[$i]['j_montant'])?> </td>
<td></td>