update quick service payment view

This commit is contained in:
Aung Myo
2018-02-05 11:21:52 +06:30
parent 1d9164aaf0
commit 1324f381d1
12 changed files with 16 additions and 13 deletions

View File

@@ -21,7 +21,7 @@
</div>
</div>
<div class="col-lg-1 col-md-1 col-sm-1 m-t-10">
<button type="button" class="btn bg-default m- btn-block" onclick="window.location.href = '/origami/sale/<%= @sale_id %>/payment';"> <i class="material-icons m-t--5">reply</i>Back </button>
<button type="button" class="btn bg-default m- btn-block" onclick="window.location.href = '/origami/sale/<%= @sale_id %>/<%= @cashier_type %>/payment';"> <i class="material-icons m-t--5">reply</i>Back </button>
</div>
</div>
</div>
@@ -51,6 +51,6 @@
})
$('#back').on('click',function(){
window.location.href = '/origami/sale/<%= @sale_id %>/payment/';
window.location.href = '/origami/sale/<%= @sale_id %>/<%= @cashier_type %>/payment/';
})
</script>