dbms_init...1

This commit is contained in:
choi.jh 2025-06-16 17:10:59 +09:00
parent e345424145
commit 112f304d09

View File

@ -42,8 +42,8 @@
<td>
<ol>
<?php foreach ($service['items'] as $item): ?>
<li class="text-start"><?= $item['item_type'] ?> :<?= $item['item_uid'] ?> [<?= number_format($item['amount']) ?>원]</li>
<?php endforeach; ?>
<li class="text-start"><?= $item['item_type'] ?> :<?= $item['item_uid'] ?> [<?= number_format($item['amount']) ?>원]<\ /li>
<?php endforeach; ?>
</ol>
</td>
</tr>