update origami js and index

This commit is contained in:
Aung Myo
2017-06-12 15:39:38 +06:30
parent dc51beae43
commit 622aa4f121
2 changed files with 5 additions and 2 deletions

View File

@@ -181,7 +181,6 @@ $(document).ready(function(){
}else{
var sale_id = $(".selected-item").find(".order-cid").text();
}
alert(sale_id);
window.location.href = '/origami/'+ sale_id + "/add_customer"
return false;