FIX: Bad name alias showing in name of third column
This commit is contained in:
parent
3f6b3b51ca
commit
dc930dd6c5
@ -7,6 +7,7 @@
|
||||
* Copyright (C) 2015 Florian Henry <florian.henry@open-concept.pro>
|
||||
* Copyright (C) 2016 Josep Lluis Amador <joseplluis@lliuretic.cat>
|
||||
* Copyright (C) 2016 Ferran Marcet <fmarcet@2byte.es>
|
||||
* Copyright (C) 2017 Juanjo Menent <jmenent@2byte.es>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
@ -975,6 +976,8 @@ while ($i < min($num, $limit))
|
||||
|
||||
$companystatic->fk_prospectlevel=$obj->fk_prospectlevel;
|
||||
|
||||
$companystatic->name_alias=$obj->name_alias ='';
|
||||
|
||||
print '<tr class="oddeven">';
|
||||
if (! empty($arrayfields['s.nom']['checked']))
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user