Browse Source

#fixes for approve customer page

#32090-Application-logger-history
Leeza Baidar 4 months ago
parent
commit
e66436032c
  1. 4
      Swift.web/MobileRemit/Admin/Operation/EditCustomerForApproval.aspx

4
Swift.web/MobileRemit/Admin/Operation/EditCustomerForApproval.aspx

@ -58,7 +58,6 @@
.lowercase {
text-transform: none !important;
}
}
</style>
<script>
$(document).ready(function () {
@ -751,7 +750,7 @@
return true;
}
function CheckFormValidation() {
// debugger;
debugger;
var reqField = "";
var val = $("#<% =hdnCustomerId.ClientID%>").val();
var customerType = $("#<% =ddlCustomerType.ClientID%>").val();
@ -1685,6 +1684,7 @@
</div>
</div>
</div>
</div>
</div>

Loading…
Cancel
Save