dbms_primeidc_init...1

This commit is contained in:
최준흠 2025-04-10 15:08:38 +09:00
parent f501f05000
commit 6ef14fd7c6

View File

@ -24,7 +24,7 @@
<tr>
<td><?= $num ?></td>
<td><?= $service->getCoupon() + $service->getUsedCoupon() ?></td>
<td onclick="location.href='/IdcCouponBuyMK.cup?service_code=<?= $service->getServiceCode() ?>" style="cursor: pointer;"><?= $service->getCoupon() ?></td>
<td onclick="location.href='/IdcCouponBuyMK.cup?service_code=<?= $service->getServiceCode() ?>'" style=" cursor: pointer;"><?= $service->getCoupon() ?></td>
<td><?= $this->client->getTitle() ?></td>
<td><?= $service->getUsedCoupon() ?></td>
<td><a href="/serviceDetailSolo.sev?client_code=<?= $service->getClientCode() ?>&service_code=<?= $service->getServiceCode() ?>"><?= $service->getServiceCode() ?></td>