Merged revisions 3235-3245 via svnmerge from
file:///home/developper/svn/phpcompta/branches/rel510
........
r3236 | danydb | 2010-05-21 20:43:57 +0200 (Fri, 21 May 2010) | 1 line
change place button exit
........
r3237 | danydb | 2010-05-21 20:44:11 +0200 (Fri, 21 May 2010) | 1 line
change place button exit
........
r3238 | danydb | 2010-05-21 20:44:54 +0200 (Fri, 21 May 2010) | 1 line
cosmetic : Button appearance button
........
r3239 | danydb | 2010-05-21 20:46:01 +0200 (Fri, 21 May 2010) | 1 line
Print : add receipt# for cat. of card
........
r3240 | danydb | 2010-05-21 20:46:19 +0200 (Fri, 21 May 2010) | 1 line
Update documentation
........
r3241 | danydb | 2010-05-21 21:05:51 +0200 (Fri, 21 May 2010) | 1 line
add function sql_string to protect
........
r3242 | danydb | 2010-05-22 00:50:31 +0200 (Sat, 22 May 2010) | 1 line
bug in sql_string function : typo
........
r3243 | danydb | 2010-05-22 12:03:49 +0200 (Sat, 22 May 2010) | 1 line
Fix problem with quote for the TMP_PCMN function (ajax search accounting + add / remove and modify accounting)
........
r3244 | danydb | 2010-05-22 12:27:19 +0200 (Sat, 22 May 2010) | 2 lines
Bug in ajax_poste : change set_value(pcm_val,pcm_lib) by set_value(pcm_val,g('lib').innerHTML)
........
r3245 | danydb | 2010-05-24 21:33:53 +0200 (Mon, 24 May 2010) | 2 lines
Fix bug card cannot move due to a typo in Fiche::move_to function
........
This commit is contained in:
parent
e69a078e1f
commit
17a8b3c777
17 changed files with 75 additions and 31 deletions
|
|
@ -22,6 +22,9 @@ endif;?>
|
|||
<th>
|
||||
<?=_('Ref')?>
|
||||
</th>
|
||||
<th>
|
||||
<?=_('Interne')?>
|
||||
</th>
|
||||
<th>
|
||||
<?=_('Description')?>
|
||||
</th>
|
||||
|
|
@ -52,6 +55,8 @@ $js="this.gDossier=".dossier::id().
|
|||
<A class="detail" href="javascript:<?=$js?>"><?=$letter?></A>
|
||||
</td>
|
||||
<td> <?=$this->content[$i]['j_date_fmt']?> </td>
|
||||
<td> <?=$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']);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue