#186 가격 필드명 price 로 변경

This commit is contained in:
chicpro
2013-05-16 09:14:05 +09:00
parent ab15f92def
commit 5759a65cfd
40 changed files with 89 additions and 95 deletions

View File

@ -157,7 +157,7 @@ $pg_anchor = '<ul class="anchor">
<?php
$image_rate = 2.5;
for ($i=0; $row=sql_fetch_array($result); $i++) {
$ct_amount['소계'] = $row['ct_amount'] * $row['ct_qty'];
$ct_amount['소계'] = $row['ct_price'] * $row['ct_qty'];
$ct_point['소계'] = $row['ct_point'] * $row['ct_qty'];
if ($row['ct_status']=='주문' || $row['ct_status']=='준비' || $row['ct_status']=='배송' || $row['ct_status']=='완료')
$t_ct_amount['정상'] += $row['ct_price'] * $row['ct_qty'];