[IMP]fix typo

bzr revid: mba@tinyerp.com-20140411130708-2pymt9n3qovpcmlu
This commit is contained in:
Barad Mahendra 2014-04-11 18:37:08 +05:30
parent daf69ced12
commit c28afcf88e
2 changed files with 2 additions and 0 deletions

View File

@ -2384,6 +2384,7 @@ instance.web.form.DropdownSelection = instance.web.form.FieldChar.extend({
if ($("#txtReason").val() == "") {
alert('Reason Required');
} else {
value = {}
value[self.name] = String(li.data('value'));
var reason = $("#txtReason").val()
$(this).dialog("close");

View File

@ -1351,6 +1351,7 @@ instance.web_kanban.DropdownSelection = instance.web_kanban.AbstractField.extend
if ($("#txtReason").val() == "") {
alert('Reason Required');
} else {
value = {}
value[self.name] = String(li.data('value'));
var reason = $("#txtReason").val();
$(this).dialog("close");