Correction bilDuree
This commit is contained in:
parent
2509368825
commit
a773fb2860
@ -695,6 +695,16 @@ class Ciblage
|
|||||||
$this->setFilter('avisCs', $value['ex'], true);
|
$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)
|
protected function bilTca($value)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user