Commit 9c7ffa7ff95a1ea564883bd19b21f3683771b2a9

Authored by Amrita Vishnoi
2 parents 5039be3b ac63845a

Merge branch 'spacialcharissuedainput' into Develop

400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
... ... @@ -9062,8 +9062,9 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l
9062 9062  
9063 9063 var keyUplayerNumber = parseInt($("#txtlayerNumber").val());
9064 9064  
9065   - if (isNaN(keyUplayerNumber)) {
9066   -
  9065 + if (isNaN(keyUplayerNumber))
  9066 + {
  9067 + document.getElementById("txtlayerNumber").value = "";
9067 9068 }
9068 9069 else {
9069 9070  
... ...