change crm booking

This commit is contained in:
Aung Myo
2017-06-07 22:17:12 +06:30
parent bd345dbc3f
commit 234ef9bc15
7 changed files with 9 additions and 10 deletions

View File

@@ -40,7 +40,7 @@ $(function(){
$(".summary-items tbody tr").remove();
$("#cancel").removeAttr("disabled");
$("#assign").removeAttr("disabled");
var url = $(this).attr('data-ref');alert(url);
var url = $(this).attr('data-ref');
show_details(url);
});