updated origami js
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user