remove alert
This commit is contained in:
@@ -1275,9 +1275,7 @@
|
||||
data: {sale_id: sale_id, cashier_type: cashier_type, tax_type: tax_type},
|
||||
success:function(data){
|
||||
if(data.status){
|
||||
alert(tax_type);
|
||||
localStorage.setItem("tax_type", tax_type);
|
||||
alert(localStorage.getItem("tax_type"));
|
||||
window.location.href = '/origami/table/'+dining_id;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user