update payment action cable
This commit is contained in:
@@ -14,6 +14,7 @@ App.order = App.cable.subscriptions.create('BillChannel', {
|
||||
$('.table_'+data.table.id).addClass('red');
|
||||
}
|
||||
$('.new_text_'+data.table.id).removeClass('hide');
|
||||
$('.new_text_'+data.table.id).text('billed');
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user