diff --git a/module/task/js/recordestimate.js b/module/task/js/recordestimate.js index 276426a493..8504cb5c7b 100644 --- a/module/task/js/recordestimate.js +++ b/module/task/js/recordestimate.js @@ -14,8 +14,9 @@ $(function() $(this).click(function() { var hasRecord = false; - $('#recordForm').find('input[name^="dates"], input[name^="consumed"], input[name^="left"], textarea[name^="work"]').each(function() + $('#recordForm').find('input[name^="consumed"], input[name^="left"], textarea[name^="work"]').each(function() { + console.log($(this).val()); if($(this).val() !== '') { hasRecord = true;