현금 영수증을 발급할수 있는 결제수단 조건 코드 추가

This commit is contained in:
thisgun
2019-11-08 18:25:42 +09:00
parent cf5cdcb0b1
commit d7f2939815
7 changed files with 96 additions and 5 deletions

View File

@ -364,6 +364,7 @@ CREATE TABLE IF NOT EXISTS `g5_shop_default` (
`de_admin_buga_no` varchar(255) NOT NULL DEFAULT '',
`de_vbank_use` varchar(255) NOT NULL DEFAULT '',
`de_taxsave_use` tinyint(4) NOT NULL,
`de_taxsave_types` set('account','vbank','transfer') NOT NULL DEFAULT 'account',
`de_guest_privacy` text NOT NULL,
`de_hp_use` tinyint(4) NOT NULL DEFAULT '0',
`de_escrow_use` tinyint(4) NOT NULL DEFAULT '0',