for origami view file

This commit is contained in:
Aung Myo
2017-06-08 14:57:01 +06:30
4 changed files with 20 additions and 21 deletions

View File

@@ -105,24 +105,7 @@
<script type="text/javascript">
$( document ).ready(function() {
$('.crm_print').click(function() {
var id = "BKI-000000000004"
$.ajax({
type: "GET",
url: "crm/print/"+id,
data: {},
dataType: "json",
success: function(data) {
/*if(data.status == true && data.type == "cancel")
{
alert('Booking has canceled!');
}else{
alert('Booking has completed!');
}
location.reload();*/
}
});
});
});
</script>