From dde4c87bbab35c0d31c454762acf833ce5109a6c Mon Sep 17 00:00:00 2001 From: chicpro Date: Thu, 12 Sep 2013 13:57:54 +0900 Subject: [PATCH] =?UTF-8?q?=ED=95=84=EB=93=9C=EB=AA=85=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD=20=EC=BD=94=EB=93=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extend/shop.extend2.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extend/shop.extend2.php b/extend/shop.extend2.php index a03f360f1..d9478aa95 100644 --- a/extend/shop.extend2.php +++ b/extend/shop.extend2.php @@ -480,8 +480,8 @@ if(!sql_query(" select od_cart_count from {$g4['shop_order_table']} limit 1 ", f sql_query(" ALTER TABLE `{$g4['shop_order_table']}` ADD `od_cart_count` int(11) NOT NULL DEFAULT '0' AFTER `od_memo`, ADD `od_cart_price` int(11) NOT NULL DEFAULT '0' AFTER `od_cart_count`, - ADD `od_cart_coupon` int(11) NOT NULL DEFAULT '0' AFTER `od_cart_amount`, - ADD `od_cancel_price` int(11) NOt NULL DEFAULT '0' AFTER `od_receipt_amount`, + ADD `od_cart_coupon` int(11) NOT NULL DEFAULT '0' AFTER `od_cart_price`, + ADD `od_cancel_price` int(11) NOt NULL DEFAULT '0' AFTER `od_receipt_price`, ADD `od_status` varchar(255) NOT NULL DEFAULT '' AFTER `od_mod_history` ", true); }