From b0f5e4697446bde7ac157190e890ab3a651223e8 Mon Sep 17 00:00:00 2001 From: chicpro Date: Mon, 11 Nov 2013 14:51:06 +0900 Subject: [PATCH] =?UTF-8?q?=ED=98=84=EA=B8=88=EC=98=81=EC=88=98=EC=A6=9D?= =?UTF-8?q?=20=EB=93=B1=EB=A1=9D=20=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shop/kcp/pp_cli_hub.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shop/kcp/pp_cli_hub.php b/shop/kcp/pp_cli_hub.php index 6dd7f6b5d..6eb440710 100644 --- a/shop/kcp/pp_cli_hub.php +++ b/shop/kcp/pp_cli_hub.php @@ -240,7 +240,7 @@ if ($row['cnt']) { $cash_info = serialize($cash); $sql = " update {$g5['g5_shop_order_table']} - set od_cash = '1' + set od_cash = '1', od_cash_no = '$cash_no', od_cash_info = '$cash_info' where od_id = '$ordr_idxx' ";