FIX impression -> poste : show the lib from the account table if no qcode
This commit is contained in:
parent
4412dd978d
commit
08df783c2e
1 changed files with 2 additions and 1 deletions
|
|
@ -204,7 +204,8 @@ function get_internal() {
|
|||
$r.='</td>';
|
||||
|
||||
$r.='<td>';
|
||||
$a=($l['vw_name']=="")?$l['j_qcode']:$l['pcm_lib'];
|
||||
// $a=($l['vw_name']=="")?$l['j_qcode']:$l['pcm_lib'];
|
||||
$a=(strlen(trim($l['j_qcode']))==0)?$l['pcm_lib']:$l['vw_name'];
|
||||
$r_notable.=$a;
|
||||
$r.=h($a);
|
||||
$csv.='"'.$a.'";';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue