현금영수증 등록 오류 수정

This commit is contained in:
chicpro
2013-11-11 14:51:06 +09:00
parent 3b3ac380b6
commit b0f5e46974

View File

@ -240,7 +240,7 @@ if ($row['cnt']) {
$cash_info = serialize($cash);
$sql = " update {$g5['g5_shop_order_table']}
set od_cash = '1'
set od_cash = '1',
od_cash_no = '$cash_no',
od_cash_info = '$cash_info'
where od_id = '$ordr_idxx' ";