Merge branch '12.0' of git@github.com:Dolibarr/dolibarr.git into develop
This commit is contained in:
commit
5a4ed34c0d
@ -327,7 +327,7 @@ foreach ($search as $key => $val)
|
|||||||
if ($key == 'fk_statut')
|
if ($key == 'fk_statut')
|
||||||
{
|
{
|
||||||
$newarrayofstatus = array();
|
$newarrayofstatus = array();
|
||||||
foreach($search['fk_statut'] as $key2 => $val2) {
|
foreach ($search['fk_statut'] as $key2 => $val2) {
|
||||||
if (in_array($val2, array('openall', 'closeall'))) continue;
|
if (in_array($val2, array('openall', 'closeall'))) continue;
|
||||||
$newarrayofstatus[] = $val2;
|
$newarrayofstatus[] = $val2;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user