add for room tab and complete

This commit is contained in:
Yan
2017-06-22 18:03:16 +06:30
parent 7bf2499e83
commit 5d60d620b4
3 changed files with 55 additions and 4 deletions

View File

@@ -338,6 +338,7 @@ $('#pay').on('click',function() {
window.location.href = '/origami/sale/'+ sale_id + "/payment";
});
// Bill Request
$('#request_bills').click(function() {
var order_id = $('#save_order_id').attr('data-order');
var ajax_url = "/origami/" + order_id + "/request_bills";