Subversion Repositories SmartDukaan

Rev

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

Rev 7410 Rev 11350
Line 15... Line 15...
15
        }
15
        }
16
 
16
 
17
        return true;
17
        return true;
18
    });
18
    });
19
    
19
    
-
 
20
    $('#instructionsLink').live('click', function() {
-
 
21
    	$('div#instrctionsDiv').show();
-
 
22
    	$.colorbox({
-
 
23
            inline : true,
-
 
24
            width : "500px",
-
 
25
            height : "350px",
-
 
26
            href : "div#instrctionsDiv",
-
 
27
            onClosed : function() {
-
 
28
                $("div#instrctionsDiv").hide();
-
 
29
            }
-
 
30
		});
-
 
31
    });
-
 
32
    
20
    /*$('#transfer-items-button').live('click', function(){
33
    /*$('#transfer-items-button').live('click', function(){
21
    	var transferWarehouseId = $('input[name="transferWarehouseId"]').val();
34
    	var transferWarehouseId = $('input[name="transferWarehouseId"]').val();
22
    	$.ajax({
35
    	$.ajax({
23
    		type : "GET",
36
    		type : "GET",
24
            url : "/inventory/purchase!setTransferItemsOption",
37
            url : "/inventory/purchase!setTransferItemsOption",