사용하지 않는 변수 제거

This commit is contained in:
chicpro
2013-11-11 17:39:49 +09:00
parent 5b08f7ba44
commit c1f1a0b6b6

View File

@ -315,7 +315,7 @@ function get_intall_file()
<?php if($default['de_tax_flag_use']) { ?>
<input type="hidden" name="it_notax[<?php echo $i; ?>]" value="<?php echo $row['it_notax']; ?>">
<?php } ?>
<?php echo $it_name.$mod_options; ?>
<?php echo $it_name; ?>
</td>
<td class="td_num"><?php echo number_format($sum['qty']); ?></td>
<td class="td_numbig"><?php echo number_format($row['ct_price']); ?></td>