close on confirm changed
This commit is contained in:
@@ -945,8 +945,9 @@ $(document).ready(function(){
|
||||
confirmButtonColor: "green",
|
||||
confirmButtonText: "Yes!",
|
||||
cancelButtonClass: 'btn btn-danger',
|
||||
closeOnConfirm: false,
|
||||
closeOnConfirm: true,
|
||||
}, function () {
|
||||
$("#loading_wrapper").show();
|
||||
$.ajax({
|
||||
type: "POST",
|
||||
url: "/foodcourt/"+sale_id+"/"+cashier_type+"/customers/update_sale" ,
|
||||
|
||||
Reference in New Issue
Block a user