Customer Update

This commit is contained in:
Aung Myo
2017-06-13 11:35:30 +06:30
parent f8df5147a4
commit 6717becf92
4 changed files with 79 additions and 60 deletions

View File

@@ -209,13 +209,7 @@ $(document).ready(function(){
if(data["response_data"]["data"][i]["accountable_type"] == "RebateAccount"){
var balance = data["response_data"]["data"][i]["balance"];
console.log(balance);
if (balance == "0.0") {
$("#customer_amount").text('0.0');
}else{
$("#customer_amount").text(balance);
}
}
});
}