FS117 Change description by libellé
This commit is contained in:
parent
d9f8773817
commit
ff9999a930
5 changed files with 6 additions and 6 deletions
|
|
@ -1204,7 +1204,7 @@ jr_comment||' ('||jr_internal||')'||case when jr_pj_number is not null and jr_pj
|
|||
/* display periode */
|
||||
$date_limit=$lPeriode->get_date_limit();
|
||||
$ret.='<tr><td> '._('Période Comptable').' '.$date_limit['p_start'].'-'.$date_limit['p_end'].'</td></tr>';
|
||||
$ret.="<tr><td>"._('Description')." </td><td>".h($desc)."</td></tr>";
|
||||
$ret.="<tr><td>"._('Libellé')." </td><td>".h($desc)."</td></tr>";
|
||||
$ret.="<tr><td>"._('PJ Num')." </td><td>".h($e_pj)."</td></tr>";
|
||||
$ret.='</table>';
|
||||
$ret.="<table>";
|
||||
|
|
@ -1377,7 +1377,7 @@ jr_comment||' ('||jr_internal||')'||case when jr_pj_number is not null and jr_pj
|
|||
|
||||
echo '</tr>';
|
||||
|
||||
$ret.= '<tr><td>'._('Description');
|
||||
$ret.= '<tr><td>'._('Libellé');
|
||||
$wDescription=new IText('desc');
|
||||
$wDescription->readonly=$p_readonly;
|
||||
$wDescription->size=100;
|
||||
|
|
|
|||
|
|
@ -1087,7 +1087,7 @@ array
|
|||
$r.='<td> '._('Journal').' '.h($this->get_name()).'</td>';
|
||||
$r.='</tr>';
|
||||
$r.='<tr>';
|
||||
$r.='<td colspan="2"> '._('Description').' '.h($e_comm).'</td><td> Pj :'.h($e_pj).'</td>';
|
||||
$r.='<td colspan="2"> '._('Libellé').' '.h($e_comm).'</td><td> Pj :'.h($e_pj).'</td>';
|
||||
$r.='</tr>';
|
||||
$r.='<tr>';
|
||||
$r.='<td colspan="3"> '._('Fournisseur').' '.h($e_client.':'.$client_name).'</td>';
|
||||
|
|
|
|||
|
|
@ -567,7 +567,7 @@ class Acc_Ledger_Sold extends Acc_Ledger {
|
|||
$r.='<td> '._('Journal').' '.h($this->get_name()).'</td>';
|
||||
$r.='</tr>';
|
||||
$r.='<tr>';
|
||||
$r.='<td colspan="3"> '._('Description').' '.h($e_comm).'</td><td>PJ Num: '.h($e_pj).'</td>';
|
||||
$r.='<td colspan="3"> '._('Libellé').' '.h($e_comm).'</td><td>PJ Num: '.h($e_pj).'</td>';
|
||||
$r.='</tr>';
|
||||
$r.='<tr>';
|
||||
$r.='<td colspan="3"> '._('Client').' '.h($e_client.':'.$client_name).'</td>';
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
<?=$f_periode?><br>
|
||||
<?=_('Journal')?> <?=$f_jrn?><br><hr>
|
||||
<?=$f_type?><?=$f_client_qcode?><?=$f_client_bt?> <?=$f_client?><br>
|
||||
<?=_('Description')?> <?=$f_desc?>
|
||||
<?=_('Libellé')?> <?=$f_desc?>
|
||||
<?=_('Num Pj')?> <?=$f_pj?><br>
|
||||
<?=$str_add_button?><?=$str_cal_button?>
|
||||
</fieldset>
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
<li>
|
||||
<span style='text-align:right;width:30em'>
|
||||
<?=_('Et contenant dans la description, pièce justificative ou n° interne')?>
|
||||
<?=_('Et contenant dans le libellé, pièce justificative ou n° interne')?>
|
||||
</span>
|
||||
|
||||
<span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue