Subversion Repositories SmartDukaan

Rev

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

Rev 7410 Rev 9416
Line 62... Line 62...
62
    });
62
    });
63
    
63
    
64
    $('#close-po').live('click', function() {
64
    $('#close-po').live('click', function() {
65
        closePO($(this).attr('poId'));
65
        closePO($(this).attr('poId'));
66
    });
66
    });
-
 
67
    
-
 
68
    $('#change-po-warehouse').live('click', function() {
-
 
69
        changePOWarehouse($(this).attr('poId'));
-
 
70
    });
67
});
71
});