This commit is contained in:
Nweni
2017-06-06 15:32:24 +06:30
parent b847cde62c
commit 3c756949d1
5 changed files with 75 additions and 35 deletions

View File

@@ -312,14 +312,15 @@ $( document ).ready(function() {
window.location.href = '/origami/request_bills/'+ table_or_order_id
return false;
});
$('#pay').click(function() {
window.location.href = '/origami/sale/'+ pay_sale_id + "/payment"
return false;
});
});
$( document ).ready(function() {
$('#pay').click(function() {
window.location.href = '/origami/sale/'+ pay_sale_id + "/payment"
return false;
});
});
</script>
<style type="text/css">