update customer and sale

This commit is contained in:
Aung Myo
2017-06-14 15:58:41 +06:30
parent c155c86970
commit 914069e3af
8 changed files with 378 additions and 128 deletions

View File

@@ -218,7 +218,7 @@ $(document).ready(function(){
'<td class="charges-name">' + data["response_data"]["data"][i]["accountable_type"] +'</td>'
+'<td class="item-attr">' + balance + '</td>';
$(".rebate_amount").append(row);
$(".rebate_amount").html(row);
}
}