lg 모듈 현금영수증 작업 중

This commit is contained in:
chicpro
2014-04-07 18:19:11 +09:00
parent 24f9a8d81f
commit f2b900540b
11 changed files with 112 additions and 262 deletions

View File

@ -81,7 +81,8 @@ if(!sql_query(" select ad_addr3 from {$g5['g5_shop_order_address_table']} limit
// 결제 PG 필드 추가
if(!sql_query(" select od_pg from {$g5['g5_shop_order_table']} limit 1 ", false)) {
sql_query(" ALTER TABLE `{$g5['g5_shop_order_table']}`
ADD `od_pg` varchar(255) NOT NULL DEFAULT '' AFTER `od_mobile` ", true);
ADD `od_pg` varchar(255) NOT NULL DEFAULT '' AFTER `od_mobile`,
ADD `od_casseqno` varchar(255) NOT NULL DEFAULT '' AFTER `od_escrow` ", true);
}
?>