Skip to content
Snippets Groups Projects
Commit 8e7b560c authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Merge pull request #4562 from atm-ph/fix_formpropal_infinite_loop

FIX infinite loop
parents f518ef58 0c053429
No related branches found
No related tags found
No related merge requests found
......@@ -83,6 +83,7 @@ class FormPropal
{
$obj = $this->db->fetch_object($resql);
$listofstatus[$obj->id]=array('id'=>$obj->id,'code'=>$obj->code,'label'=>$obj->label);
$i++;
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment