mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
search widget : widget numeric bugfix for between
when a date was empty the datetime plugin added the hours as a suffix SVN:b1162[5599]
This commit is contained in:
@@ -232,7 +232,7 @@ $(function()
|
||||
{
|
||||
sValue = oOpElem.find('input[name="'+oInputParam.getter_code+'"]').val();
|
||||
}
|
||||
else if (typeof oInputParam.getter_suffix != 'undefined')
|
||||
else if (sLabel != "" && typeof oInputParam.getter_suffix != 'undefined')
|
||||
{
|
||||
sValue = sLabel + oInputParam.getter_suffix;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user