Subversion Repositories SmartDukaan

Rev

Rev 4754 | Rev 9416 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4754 Rev 7410
Line 58... Line 58...
58
    });
58
    });
59
 
59
 
60
    $('#amendCancel').live('click', function() {
60
    $('#amendCancel').live('click', function() {
61
        document.location.href = '/inventory/purchase-order/' + $(this).attr('purchaseOrderId') + '/edit';
61
        document.location.href = '/inventory/purchase-order/' + $(this).attr('purchaseOrderId') + '/edit';
62
    });
62
    });
-
 
63
    
-
 
64
    $('#close-po').live('click', function() {
-
 
65
        closePO($(this).attr('poId'));
-
 
66
    });
63
});
67
});