관리자 주문상세에서 포인트 출력되지 않던 오류 수정

This commit is contained in:
chicpro
2013-11-07 17:05:45 +09:00
parent ddf5b8a4ed
commit 1f352a9c0a

View File

@ -123,7 +123,7 @@ $result = sql_query($sql);
$image = get_it_image($row['it_id'], 50, 50);
// 상품의 옵션정보
$sql = " select ct_id, it_id, ct_price, ct_qty, ct_option, ct_status, cp_price, ct_stock_use, ct_point_use, ct_send_cost, io_type, io_price
$sql = " select ct_id, it_id, ct_price, ct_point, ct_qty, ct_option, ct_status, cp_price, ct_stock_use, ct_point_use, ct_send_cost, io_type, io_price
from {$g5['g5_shop_cart_table']}
where od_id = '{$od['od_id']}'
and it_id = '{$row['it_id']}'