added induties
This commit is contained in:
@@ -219,6 +219,7 @@
|
||||
getCreditSales("","","cashier"); //credit sales script data binding
|
||||
|
||||
$(".tables").on('click', function(){
|
||||
localStorage.setItem('dinning_type','table');
|
||||
var dining_id = $(this).attr("data-id");
|
||||
window.location.href = '/origami/table/' + dining_id;
|
||||
});
|
||||
@@ -229,6 +230,7 @@
|
||||
});
|
||||
|
||||
$(".rooms").on('click', function(){
|
||||
localStorage.setItem('dinning_type','room');
|
||||
var dining_id = $(this).attr("data-id");
|
||||
window.location.href = '/origami/room/' + dining_id;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user