update first bill
This commit is contained in:
@@ -936,6 +936,8 @@
|
||||
confirmButtonText: "Yes, print it!",
|
||||
closeOnConfirm: false
|
||||
}, function (isConfirm) {
|
||||
$('.confirm').off("click touchstart touchend");
|
||||
$('.confirm').attr("disabled","disabled");
|
||||
if (isConfirm) {
|
||||
var sale_id = $('#sale_id').val();
|
||||
var ajax_url = "/origami/sale/" + sale_id + "/first_bill";
|
||||
|
||||
Reference in New Issue
Block a user