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