Author: danydb
Date: 2011-11-01 01:38:37 +0100 (Tue, 01 Nov 2011)
New Revision: 4283
Modified:
phpcompta/trunk/html/get_pj.php
Log:
fix bug : update PJ
Modified: phpcompta/trunk/html/get_pj.php
===================================================================
--- phpcompta/trunk/html/get_pj.php 2011-10-30 20:33:05 UTC (rev 4282)
+++ phpcompta/trunk/html/get_pj.php 2011-11-01 00:38:37 UTC (rev 4283)
@@ -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 @@
}
}
-if ( is_integer($l) == false )
+if ( is_numeric($l) == false )
{
exit();
}
_______________________________________________
Phpcompta-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/phpcompta-dev