second display tax profile

This commit is contained in:
Myat Zin Wai Maw
2020-01-29 16:27:41 +06:30
parent 11ffaa738f
commit 8abbf7f1d4
2 changed files with 3 additions and 3 deletions

View File

@@ -1453,7 +1453,7 @@ $(function() {
$.ajax({
type: "POST",
url: url,
data: {"data":data,"status":status},
data: {"data":data,"status":status,"type":$("#link_type").val()},
dataType: "json",
success:function(result){
}