Correction bilDuree

This commit is contained in:
Michael RICOIS 2012-10-01 08:51:56 +00:00
parent 2509368825
commit a773fb2860

View File

@ -695,6 +695,16 @@ class Ciblage
$this->setFilter('avisCs', $value['ex'], true);
}
}
protected function bilDuree($value)
{
if ( array_key_exists('in', $value) ) {
$this->setFilter('bilDuree', $value['in']);
}
if ( array_key_exists('ex', $value) ) {
$this->setFilter('bilDuree', $value['ex'], true);
}
}
protected function bilTca($value)
{