#268 주문서에 과세 비과세 금액 저장
This commit is contained in:
@ -623,6 +623,9 @@ CREATE TABLE IF NOT EXISTS `shop_order` (
|
||||
`od_tno` varchar(255) NOT NULL DEFAULT '',
|
||||
`od_escrow` tinyint(4) NOT NULL DEFAULT '0',
|
||||
`od_tax_flag` tinyint(4) NOT NULL DEFAULT '0',
|
||||
`od_tax_mny` int(11) NOT NULL DEFAULT '0',
|
||||
`od_vat_mny` int(11) NOT NULL DEFAULT '0',
|
||||
`od_free_mny` int(11) NOT NULL DEFAULT '0',
|
||||
`od_cash_no` varchar(255) NOT NULL,
|
||||
`od_cash_receipt_no` varchar(255) NOT NULL,
|
||||
`od_cash_app_time` varchar(255) NOT NULL,
|
||||
|
||||
Reference in New Issue
Block a user