add function for member card and qr code in payment
This commit is contained in:
@@ -486,6 +486,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<script>
|
||||
var cashier_type = "cashier";
|
||||
$(document).ready(function(){
|
||||
// $(".tables").on('click', function(){
|
||||
// var customer_id=$(".customer-id").text();
|
||||
@@ -593,7 +594,7 @@ $(document).ready(function(){
|
||||
}
|
||||
var table_id = $('.tables').attr("data-id");
|
||||
|
||||
window.location.href = '/origami/'+ sale_id + "/customers"
|
||||
window.location.href = '/origami/' + sale_id+"/"+cashier_type + "/customers/normal";
|
||||
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user