fixed conflict

This commit is contained in:
Aung Myo
2017-06-07 22:29:43 +06:30
52 changed files with 746 additions and 249 deletions

View File

@@ -44,6 +44,7 @@ $(function(){
$("#assign").removeAttr("disabled");
$("#crm_print").removeAttr("disabled");
$("#crm_print").attr('data',$(this).attr('data'));
var url = $(this).attr('data-ref');
show_details(url);
});