| 
					
				 | 
			
			
				@@ -173,6 +173,7 @@ const stageIm = (function () { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             lx.pos = []; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         const posRange = gsPos.getLedgerPos(node.id); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        if (!posRange) { return } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         for (const p of posRange) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             if (!p.gather_qty || checkZero(p.gather_qty)) { continue; } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             let lp = _.find(lx.pos, {name: p.name}); 
			 |