update quick service for payment
This commit is contained in:
@@ -669,7 +669,7 @@ $('#pay').on('click',function() {
|
||||
type: "POST",
|
||||
url: '/origami/sale/'+ sale_id + "/rounding_adj",
|
||||
success:function(result){
|
||||
window.location.href = '/origami/sale/'+ sale_id + "/payment";
|
||||
window.location.href = '/origami/sale/'+ sale_id + "/cashier/payment";
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user