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 7716
Line 10... Line 10...
10
                "sSwfPath" : "swf/copy_cvs_xls_pdf.swf"
10
                "sSwfPath" : "swf/copy_cvs_xls_pdf.swf"
11
            },
11
            },
12
        });
12
        });
13
	});
13
	});
14
	
14
	
-
 
15
	/*$('#transfer-lot-receive-button').live('click', function() {
-
 
16
		var transferLotId = $(this).attr('transferLotId');
-
 
17
		$('#transfer-lot-updation-box').show();
-
 
18
		$('#update-transfer-lot').attr('transferLotId',transferLotId);
-
 
19
		$.colorbox({
-
 
20
			inline : true,
-
 
21
	        width : "325px",
-
 
22
	        height : "125px",
-
 
23
	        opacity : "0.30",
-
 
24
	        overlayClose :	true,
-
 
25
	        escKey :	true,
-
 
26
	        href : "#transfer-lot-updation-box",
-
 
27
	        onClosed : function() {
-
 
28
	            $("#transfer-lot-updation-box").hide();
-
 
29
	            $('#update-transfer-lot').removeAttr('transferLotId');
-
 
30
	        }
-
 
31
		});
-
 
32
	});*/
-
 
33
	
15
	$('#transfer-lot-receive-button').live('click', function() {
34
	$('#transfer-lot-receive-button').live('click', function() {
16
		var transferLotId = $(this).attr('transferLotId');
35
		var transferLotId = $(this).attr('transferLotId');
17
		$('#transfer-lot-updation-box').show();
36
		$('#transfer-lot-updation-box').show();
18
		$('#update-transfer-lot').attr('transferLotId',transferLotId);
37
		$('#update-transfer-lot').attr('transferLotId',transferLotId);
19
		$.colorbox({
38
		$.colorbox({