dateImmat
This commit is contained in:
parent
89428b43cf
commit
0141276b90
@ -275,8 +275,7 @@ class Ciblage
|
||||
$this->setFilter('actio', $value);
|
||||
}
|
||||
}
|
||||
|
||||
//Don't work
|
||||
|
||||
protected function dateCrea_etab($value)
|
||||
{
|
||||
if ( array_key_exists('in', $value) ) {
|
||||
@ -291,7 +290,6 @@ class Ciblage
|
||||
}
|
||||
}
|
||||
|
||||
//Don't work
|
||||
protected function dateCrea_ent($value)
|
||||
{
|
||||
$min = $value['in'][0];
|
||||
@ -620,6 +618,20 @@ class Ciblage
|
||||
}
|
||||
}
|
||||
|
||||
protected function dateImmat($value)
|
||||
{
|
||||
if ( array_key_exists('in', $value) ) {
|
||||
|
||||
$min = $value['in'][0];
|
||||
$max = $value['in'][1];
|
||||
|
||||
if ($min===null || $max===null)
|
||||
return;
|
||||
|
||||
$this->setFilterRange('dateImmat', $min, $max);
|
||||
}
|
||||
}
|
||||
|
||||
protected function tvaIntraValide($value)
|
||||
{
|
||||
if ( array_key_exists('in', $value) ) {
|
||||
@ -627,12 +639,6 @@ class Ciblage
|
||||
}
|
||||
}
|
||||
|
||||
protected function dateImmat($value)
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
|
||||
protected function bilType($value)
|
||||
{
|
||||
if ( array_key_exists('in', $value) ) {
|
||||
|
Loading…
Reference in New Issue
Block a user