From 71457687c16298f033cae088531571ff7794f254 Mon Sep 17 00:00:00 2001 From: chicpro Date: Wed, 27 Mar 2013 15:32:01 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AC=B4=ED=86=B5=EC=9E=A5=20=EC=A3=BC?= =?UTF-8?q?=EB=AC=B8=EC=97=90=EC=84=9C=20od=5Ftemp=5Fbank=20=EB=88=84?= =?UTF-8?q?=EB=9D=BD=EB=90=98=EB=8A=94=20=EC=98=A4=EB=A5=98=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shop/orderformupdate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shop/orderformupdate.php b/shop/orderformupdate.php index a75c9314c..7b2b11dfa 100644 --- a/shop/orderformupdate.php +++ b/shop/orderformupdate.php @@ -225,7 +225,7 @@ $sql = " insert {$g4['yc4_order_table']} od_deposit_name = '$od_deposit_name', od_memo = '$od_memo', od_send_cost = '$od_send_cost', - od_temp_bank = '$od_receipt_bank', + od_temp_bank = '$od_temp_bank', od_temp_card = '$od_receipt_card', od_temp_hp = '$od_receipt_hp', od_temp_point = '$od_temp_point',