dbms_primeidc_init...1
This commit is contained in:
parent
de0072853e
commit
6e4772c86d
@ -31,7 +31,7 @@
|
||||
<td onclick="location.href='/IdcCouponBuyMK.cup?service_code=<?= $service->getServiceCode() ?>&mkid=<?= $this->member->getPK() ?>'" style=" cursor: pointer;"><?= $service->getCoupon() ?></td>
|
||||
<td><?= $service->getUsedCoupon() ?></td>
|
||||
<?php if (!$service->getCoupon()) { ?>
|
||||
<td>사용완료</td>
|
||||
<td><a href="/IdcCouponBuyMK.cup?service_code=<?= $service->getServiceCode() ?>&mkid=<?= $this->member->getPK() ?>">사용완료</a></td>
|
||||
<?php } else { ?>
|
||||
<td><a href="/IdcCouponBuyMK.cup?service_code=<?= $service->getServiceCode() ?>&mkid=<?= $this->member->getPK() ?>">사용하기</a></td>
|
||||
<?php } ?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user