updated origami js

This commit is contained in:
Yan
2017-06-09 10:21:30 +06:30
parent 5f5e6470c7
commit ba4ec71ec9

View File

@@ -145,7 +145,7 @@ $(document).ready(function(){
// Payment for Bill
$('#pay').click(function() {
var sale_id=$(".selected-item").find(".orders-id").text();
if(order_id!=""){
if(sale_id!=""){
window.location.href = '/origami/sale/'+ sale_id + "/payment"
}
else {