#212 결제금액 필드 간소화 작업

This commit is contained in:
chicpro
2013-06-14 09:52:42 +09:00
parent c02409fdd2
commit 016059aa3a
5 changed files with 15 additions and 17 deletions

View File

@ -15,7 +15,7 @@ if ($od_receipt_time)
$sql = " update {$g4['shop_order_table']}
set od_deposit_name = '$od_deposit_name',
od_bank_account = '$od_bank_account',
od_receipt_time = '$od_bank_time',
od_receipt_time = '$od_receipt_time',
od_receipt_amount = '$od_receipt_amount',
od_receipt_point = '$od_receipt_point',
od_cancel_card = '$od_cancel_card',