This commit is contained in:
Dany De Bontridder 2013-10-05 23:04:03 +00:00
parent e472964eb2
commit 5863e6bee5

View file

@ -111,7 +111,7 @@ class Impress
try
{
$pfrom=$oPeriode->find_periode('01.'.$from);
$cond= sql_filter_per($p_cn, $pfrom, $p_end,'p_id','j_tech_per');
$cond= sql_filter_per($p_cn, $pfrom, $p_end,'p_id','j_tech_per');
}
catch (Exception $exp)
{