update add order

This commit is contained in:
Aung Myo
2017-07-26 15:04:35 +06:30
parent c93b50d46a
commit 83b8d72632
6 changed files with 111 additions and 96 deletions

View File

@@ -579,6 +579,6 @@ function show_customer_details(customer_id){
$('#add_order').on('click',function(){
var dining_id = "<%= @dining.id %>"
window.location.href = '/origami/addorders/'+dining_id;
window.location.href = '/origami/addorders/'+ dining_id;
});
</script>