Merge pull request #14277 from atm-quentin/fix_warning_total
FIX warning
This commit is contained in:
commit
ff4ec934e9
@ -60,7 +60,7 @@ if (!empty($extrafieldsobjectkey)) // $extrafieldsobject is the $object->table_e
|
||||
// we keep position for the first line
|
||||
$totalarray['totalizable'][$key]['pos'] = $totalarray['nbfield'];
|
||||
}
|
||||
$totalarray['totalizable'][$key]['total'] += $obj->$tmpkey;
|
||||
if (is_numeric($obj->$tmpkey)) $totalarray['totalizable'][$key]['total'] += $obj->$tmpkey;
|
||||
}
|
||||
if (!empty($val['isameasure']))
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user