모바일에서 주문취소 작동하지 않던 오류 수정

This commit is contained in:
chicpro
2013-08-26 09:50:35 +09:00
parent e56f3ce1a1
commit a306e57944

View File

@ -70,6 +70,5 @@ sql_query(" update {$g4['shop_order_table']} set od_send_cost = '0', od_send_cos
if ($od['od_receipt_point'] > 0)
insert_point($member['mb_id'], $od['od_receipt_point'], "주문번호 $od_id 본인 취소");
$
goto_url(G4_SHOP_URL."/orderinquiryview.php?od_id=$od_id&uid=$uid");
?>