| 
					
				 | 
			
			
				@@ -174,6 +174,7 @@ var Ration = { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         data.updateData.comments = std.chapter.explanation; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         data.updateData.ruleText = std.chapter.ruleText; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    data.updateData.programID = std.feeType; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     data.updateData.rationAssList =  projectObj.project.ration_ass.CreateNewAss(std); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     // calculate ration Quantity 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     that.CalculateQuantity(data.updateData); 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -329,6 +330,7 @@ var Ration = { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 ration.comments = std.chapter.explanation; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 ration.ruleText = std.chapter.ruleText; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            ration.programID = std.feeType; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             ration.rationAssList = projectObj.project.ration_ass.CreateNewAss(std); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             // calculate ration Quantity 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             this.CalculateQuantity(ration); 
			 |