diff --git a/front/static/js/viewHistory.js b/front/static/js/viewHistory.js index 6e0a949..966a2ef 100644 --- a/front/static/js/viewHistory.js +++ b/front/static/js/viewHistory.js @@ -498,12 +498,6 @@ function displayReport(parsedData){ cardBody.appendChild(p1); } } - else if(field.field_type == "decimal") - { - p1Value = document.createTextNode(field.label + ": " + Math.trunc(field.value)); - p1.appendChild(p1Value); - cardBody.appendChild(p1); - } else if(field.value == "") { p1Value = document.createTextNode(field.label + ": " + "None");