put the max of 10 analytic plan
This commit is contained in:
parent
ed0690eacd
commit
3ce347c828
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ class Anc_Plan
|
|||
{
|
||||
$count=$this->db->get_value("select count(pa_id) from plan_analytique");
|
||||
|
||||
if ( $count > 4)
|
||||
if ( $count > 10 )
|
||||
return false;
|
||||
else
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue