[Koha-bugs] [Bug 27779] Cashup summary 'refunds' should denote what the refund was actioned against.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jan 31 22:01:50 CET 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27779

--- Comment #8 from Katrin Fischer <katrin.fischer at 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.


More information about the Koha-bugs mailing list