src/tabviews/custom/components/module/voucher/voucherTable/index.jsx
@@ -1136,10 +1136,23 @@ } }) let _total = debit if (debit === 0) { debit = '' } if (_total === '' && credit !== '') { _total = 0 } if (credit === 0) { credit = '' } totalLine.debit = debit totalLine.credit = credit totalLine.subject_voucher_text = this.changeMoneyToChinese(debit) totalLine.subject_voucher_text = this.changeMoneyToChinese(_total) return totalLine }