diff --git a/mobile/shop/orderinquiryview.php b/mobile/shop/orderinquiryview.php index b1ec2a7b8..a3c651690 100644 --- a/mobile/shop/orderinquiryview.php +++ b/mobile/shop/orderinquiryview.php @@ -7,7 +7,7 @@ set_session("ss_token", $token); if (!$is_member) { if (get_session("ss_temp_uq_id") != $_GET['uq_id']) - alert("직접 링크로는 주문서 조회가 불가합니다.\\n\\n주문조회 화면을 통하여 조회하시기 바랍니다."); + alert("직접 링크로는 주문서 조회가 불가합니다.\\n\\n주문조회 화면을 통하여 조회하시기 바랍니다.", G4_SHOP_URL); } $sql = "select * from {$g4['shop_order_table']} where od_id = '$od_id' and uq_id = '$uq_id' ";