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

Loading…
Cancel
Save