Correction bilDuree
This commit is contained in:
parent
2509368825
commit
a773fb2860
@ -696,6 +696,16 @@ class Ciblage
|
||||
}
|
||||
}
|
||||
|
||||
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)
|
||||
{
|
||||
if ( array_key_exists('in', $value) ) {
|
||||
|
Loading…
Reference in New Issue
Block a user