Advanced Search: Numeric fields and dates

SVN:b1162[5492]
This commit is contained in:
Eric Espié
2018-03-22 16:28:54 +00:00
parent 2d9041c045
commit 73e1e3422d
3 changed files with 44 additions and 26 deletions

View File

@@ -154,7 +154,7 @@ $(function()
switch (aValues.length)
{
case 2:
oOpElem.find('.sfc_op_content input[name="until"]').val(aValues[0].value);
oOpElem.find('.sfc_op_content input[name="until"]').val(aValues[1].value);
//NO BREAK!!!
case 1:
oOpElem.find('.sfc_op_content input[name="from"]').val(aValues[0].value);