|  | @@ -221,7 +221,7 @@ $(document).ready(() => {
 | 
	
		
			
				|  |  |                          code: unitNode.code, b_code: unitNode.b_code,
 | 
	
		
			
				|  |  |                          name: unitNode.pos_name ? unitNode.pos_name : unitNode.name, unit: unitNode.unit,
 | 
	
		
			
				|  |  |                          unit_price: unitNode.unit_price, quantity: unitNode.quantity, total_price: unitNode.total_price,
 | 
	
		
			
				|  |  | -                        drawing_code: unitNode.drawing_code, memo: unitNode.memo_merge
 | 
	
		
			
				|  |  | +                        drawing_code: unitNode.drawing_code_merge, memo: unitNode.memo_merge
 | 
	
		
			
				|  |  |                      });
 | 
	
		
			
				|  |  |                  }
 | 
	
		
			
				|  |  |              }
 |