update bugs for demo

This commit is contained in:
Aung Myo
2018-04-22 16:38:52 +06:30
parent def208bc75
commit 8806027793
4 changed files with 18 additions and 6 deletions

View File

@@ -361,7 +361,7 @@ $('#pay').on('click',function() {
$('#back').on('click',function(){
var lookup_split_bill = '<%= @split_bill %>';
if(lookup_split_bill == '1'){
window.location.href = '/origami/table/<%= @table.id %>/split_bills';
window.location.href = '/origami/table/<%= @table.id %>/cashier/split_bills';
}else{
window.location.href = '/origami/table/<%= @table.id %>';
}