E-Invoice - Temporary workaround to hide E-Credit Note from user view

This commit is contained in:
Dillon Ngo
2025-07-04 01:11:28 +08:00
parent 1d461fe489
commit b800d5b5a7
@@ -512,7 +512,6 @@
let vm = this;
var TotalRequestedRefund = 0;
this.data.transaction_refunds.forEach(function(refund) {
console.log('refund: ' + JSON.stringify(refund));
TotalRequestedRefund += refund.status === 1 ? refund.amount : 0;
});
// if (vm.data.booking.fixed_currency.id != 1 && this.data.transaction_refunds[0]) {