|  | @@ -594,7 +594,7 @@ const stageIm = (function () {
 | 
	
		
			
				|  |  |                  lIndex: nodeIndex,
 | 
	
		
			
				|  |  |                  custom_define: [],
 | 
	
		
			
				|  |  |                  source: [{id: node.ledger_id, code: node.code, b_code: node.b_code}],
 | 
	
		
			
				|  |  | -                im_type: imType.zl.value,
 | 
	
		
			
				|  |  | +                im_type: imType.tz.value,
 | 
	
		
			
				|  |  |              };
 | 
	
		
			
				|  |  |              if (stage.im_gather && node.check) {
 | 
	
		
			
				|  |  |                  im.bw = getZlGatherBw(node, peg);
 | 
	
	
		
			
				|  | @@ -1067,7 +1067,7 @@ const stageIm = (function () {
 | 
	
		
			
				|  |  |                      return !_.isUndefined(sV) ? sV : oV;
 | 
	
		
			
				|  |  |                  });
 | 
	
		
			
				|  |  |              } else {
 | 
	
		
			
				|  |  | -                details.push(d);
 | 
	
		
			
				|  |  | +                detailsAtt.push(d);
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  |              let imData = _.find(ImData, {lid: d.lid, att_uuid: d.uuid});
 | 
	
		
			
				|  |  |              if (!imData) {
 |