주문상품 개수 수정 기능 추가

This commit is contained in:
chicpro
2013-07-16 16:25:36 +09:00
parent 05e556abc3
commit 8191a4b8d5
5 changed files with 162 additions and 84 deletions

View File

@ -613,6 +613,7 @@ CREATE TABLE IF NOT EXISTS `shop_order` (
`od_coupon` int(11) NOT NULL DEFAULT '0',
`od_refund_amount` int(11) NOT NULL DEFAULT '0',
`od_shop_memo` text NOT NULL,
`od_mod_history` text NOT NULL,
`dl_id` int(11) NOT NULL DEFAULT '0',
`od_invoice` varchar(255) NOT NULL DEFAULT '',
`od_invoice_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',