mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
Advanced Search: 'between' for numeric criteria
SVN:b1162[5487]
This commit is contained in:
@@ -34,6 +34,7 @@ abstract class CriterionConversionAbstract
|
||||
const OP_IN = 'IN';
|
||||
const OP_BETWEEN_DAYS = 'between_days';
|
||||
const OP_BETWEEN_HOURS = 'between_hours';
|
||||
const OP_BETWEEN = 'between';
|
||||
const OP_ALL = 'all';
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user