주문서가 존재하지 않습니다.

'); $goods = get_goods($od['od_id']); $goods_name = $goods['full_name']; //if ($goods[count] > 1) $goods_name .= ' 외 '.$goods[count].'건'; $trad_time = date("YmdHis"); $amt_tot = (int)($od['od_receipt_price'] - $od['od_refund_price']); $amt_sup = (int)round(($amt_tot * 10) / 11); $amt_svc = 0; $amt_tax = (int)($amt_tot - $amt_sup); // 신청폼 include_once(G5_SHOP_PATH.'/kcp/taxsave_form.php'); include_once(G5_PATH.'/tail.sub.php'); ?>