FIX #9316 Error when listing invoices
This commit is contained in:
parent
f2ec94e9fd
commit
e7d2bcc34c
@ -509,7 +509,7 @@ if (! $sall)
|
||||
$sql.= ' typent.code,';
|
||||
$sql.= ' state.code_departement, state.nom,';
|
||||
$sql.= ' country.code,';
|
||||
$sql.= " p.rowid, p.ref";
|
||||
$sql.= " p.rowid, p.ref, p.title";
|
||||
|
||||
foreach ($extrafields->attribute_label as $key => $val) //prevent error with sql_mode=only_full_group_by
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user