fix bug : update PJ
This commit is contained in:
parent
52ed807720
commit
1ff9898630
1 changed files with 3 additions and 3 deletions
|
|
@ -23,10 +23,10 @@
|
|||
/*!\file
|
||||
* \brief respond ajax request, the get contains
|
||||
* the value :
|
||||
* - l for ledger
|
||||
* - l for ledger
|
||||
* - gDossier
|
||||
* Must return at least tva, htva and tvac
|
||||
|
||||
|
||||
*/
|
||||
|
||||
require_once ('constant.php');
|
||||
|
|
@ -46,7 +46,7 @@ foreach (array('l','gDossier') as $a)
|
|||
}
|
||||
|
||||
}
|
||||
if ( is_integer($l) == false )
|
||||
if ( is_numeric($l) == false )
|
||||
{
|
||||
exit();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue