fix : warning missing argument
This commit is contained in:
parent
970a488f7c
commit
ae29121012
@ -1566,8 +1566,8 @@ class Form
|
||||
$tmparray[$obj->rowid]['label']=$label;
|
||||
$i++;
|
||||
}
|
||||
$this->cache_demand_reason=dol_sort_array($tmparray,'label');
|
||||
//var_dump($this->cache_demand_reason);exit;
|
||||
$this->cache_demand_reason=dol_sort_array($tmparray,'label', $order='asc', $natsort, $case_sensitive);
|
||||
|
||||
unset($tmparray);
|
||||
return 1;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user