주문정보에 복합과세결제 정보 기록하도록 수정

This commit is contained in:
chicpro
2013-07-16 18:02:42 +09:00
parent 6fb5881cae
commit 52c56b7138
8 changed files with 14 additions and 5 deletions

View File

@ -48,7 +48,7 @@ $result = sql_query($sql);
<tr>
<td>
<a href="./itemform.php?w=u&amp;it_id=<?php echo $row['it_id']; ?>"><?php echo $image; ?> <?php echo stripslashes($row['it_name']); ?></a>
<?php if($default['de_tax_flag_use'] && $row['ct_notax']) echo '[비과세상품]'; ?>
<?php if($od['od_tax_flag'] && $row['ct_notax']) echo '[비과세상품]'; ?>
</td>
<td><?php echo $row['ct_option']; ?></td>
<td><?php echo number_format($price); ?></td>