diff --git a/adm/shop_admin/orderform.php b/adm/shop_admin/orderform.php index 3cbd0db8b..2f2dc2cf4 100644 --- a/adm/shop_admin/orderform.php +++ b/adm/shop_admin/orderform.php @@ -99,7 +99,7 @@ if($od['od_pg'] == 'lg') { } // add_javascript('js 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨 -add_javascript(G5_IS_POSTCODE_JS, 0); //다음 주소 js +add_javascript(G5_POSTCODE_JS, 0); //다음 주소 js ?>
diff --git a/shop/orderform.php b/shop/orderform.php index 414496e0e..ad90c5dda 100644 --- a/shop/orderform.php +++ b/shop/orderform.php @@ -2,7 +2,7 @@ include_once('./_common.php'); // add_javascript('js 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨 -add_javascript(G5_IS_POSTCODE_JS, 0); //다음 주소 js +add_javascript(G5_POSTCODE_JS, 0); //다음 주소 js if (G5_IS_MOBILE) { include_once(G5_MSHOP_PATH.'/orderform.php');