Commit fc1c2eb3 authored by Antonio.Suerte's avatar Antonio.Suerte

Flat3 Withdrawal Issue Fix

parent 4ee20d5e
...@@ -493,6 +493,12 @@ $(function() { ...@@ -493,6 +493,12 @@ $(function() {
}); });
if($("#receipt_bank_name").val()){
setTimeout(function(){
$("#receipt_bank_name").change()
}, 800)
}
$('#receipt_branch_name').change(function() { $('#receipt_branch_name').change(function() {
var mybranchCode = $('#receipt_branch_name option:selected').attr('code'); var mybranchCode = $('#receipt_branch_name option:selected').attr('code');
if(mybranchCode != 'others'){ if(mybranchCode != 'others'){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment