E-Invoice - PM requested to hideCredit Note download for all (whether they opted in E-Invoice or not) UNDO

This commit is contained in:
Dillon Ngo
2025-09-18 15:32:10 +08:00
parent 1d7736c592
commit b9bdf088f7
@@ -416,7 +416,7 @@
<div class="row no-margin justify-content-end">
<div class="font-heading all-caps fs-10 m-b-5 text-right">Credit Note</div>
<!-- Allow Credit Note to be downloaded for company NOT opted in E-Invoice -->
<!-- <a target=_blank @click="downloadCreditNote(refund.id)"
<a target=_blank @click="downloadCreditNote(refund.id)"
v-if="
refund.booking &&
refund.booking.company &&
@@ -424,7 +424,7 @@
<div class="icon-thumbnail fs-11 text-white icon-25 bg-primary btn-rounded float-left m-r-0 pointer">
<i class="fa fa-file-image-o fs-10"></i>
</div>
</a> -->
</a>
<!-- cief todo: 90 - E Credit Note incomplete (for company opted in E-Invoice)-->
</div>
</div>