Explorar o código

우편번호 빌딩주소 수정

jsh77b %!s(int64=4) %!d(string=hai) anos
pai
achega
9def0e359e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/main/webapp/WEB-INF/views/common/fragments/footer.html

+ 1 - 1
src/main/webapp/WEB-INF/views/common/fragments/footer.html

@@ -45,7 +45,7 @@ let cfnGetDaumRoadAddr = function(data) {
 	}
 
 	// 건물명이 있고, 공동주택일 경우 추가한다.
-	if (data.buildingName !== '' && data.apartment === 'Y') {
+	if (data.buildingName !== '') {
 		extraRoadAddr += (extraRoadAddr !== '' ? ', ' + data.buildingName : data.buildingName);
 	}