일별 매출 현황 포인트 관련 코드 오타 수정

This commit is contained in:
chicpro
2014-05-09 13:57:11 +09:00
parent 1039a13f8f
commit fbd550a36e

View File

@ -114,7 +114,7 @@ $result = sql_query($sql);
$tot['receipthp'] += $row['od_receipt_price'];
if($row['od_settle_case'] == '신용카드')
$tot['receiptcard'] += $row['od_receipt_price'];
$tot['receiptpoint '] += $row['od_receipt_point'];
$tot['receiptpoint'] += $row['od_receipt_point'];
$tot['misu'] += $row['od_misu'];
}