deletes group payment

This commit is contained in:
edmondlang
2023-05-19 21:27:26 +08:00
parent a3cad7816c
commit 525e7a5dd1
@@ -25,12 +25,12 @@
<i class="fa fa-repeat fs-20 text-white"></i>
</div>
</div>
<div class="col-auto requestModal" v-if="item.payment_method == 5 && item.status != 2" data-type="deleteInvoiceFunction">
<div class="col-auto requestModal" v-if="item.status != 2" data-type="deleteGroupTransaction">
<div class="btn bg-grey no-border">
<i class="fa fa-times"></i>
</div>
</div>
<modal-component class="animate__animated animate__fast animate__fadeIn" styleType="fill-in" type="deleteInvoiceFunction">
<modal-component class="animate__animated animate__fast animate__fadeIn" styleType="fill-in" type="deleteGroupTransaction">
<general-confirmation-form-component
contentText="Are you sure you want to delete this Group Payment?"
modalType="delete"