31 Jan
2022
31 Jan
'22
10:01 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27779 --- Comment #8 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Small translation issue here: + if ( out.credit_type_code == 'REFUND' ) { + tbody.append('<tr><td>' + out.credit_type.description + ' against ' + out.related_debit.debit_type.description + '</td><td>- ' + out.total + '</td></tr>'); + } else { -- You are receiving this mail because: You are watching all bug changes.