https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18790 --- Comment #32 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Comment on attachment 72035 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=72035 Bug 18790: Add ability to void payments Review of attachment 72035: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=18790&attachment=72035) ----------------------------------------------------------------- Was looking for the line - found some other small stuff instead (sorry!) ::: installer/data/mysql/account_offset_types.sql @@ +9,5 @@
('Dropbox'), ('Rental Fee'), ('Fine Update'), +('Fine'), +('Void Payment');
Capitalization... but that's already a little late here. ::: koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt @@ +60,4 @@
[% CASE 'Pay00' %]Payment, thanks (cash via SIP2) [% CASE 'Pay01' %]Payment, thanks (VISA via SIP2) [% CASE 'Pay02' %]Payment, thanks (credit card via SIP2) + [% CASE 'VOID' %]Payment, Voided
Capitalization - not too late here :) -- You are receiving this mail because: You are watching all bug changes.