mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-26 07:53:58 +00:00
E-Invoice - Temporary workaround to hide E-Credit Note from user view
This commit is contained in:
@@ -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]) {
|
||||
|
||||
Reference in New Issue
Block a user