Bug 20568: Fix bad resolution conflict with bug 18403
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / account_offset_type.inc
1 [% SWITCH account_offset.type %]
2     [% CASE 'Payment' %]Payment
3     [% CASE 'Manual Debit' %]Manual invoice
4     [% CASE 'Lost Item Return' %]Lost item returned
5     [% CASE 'Writeoff' %]Writeoff
6     [% CASE 'Void Payment' %]Void payment
7     [% CASE %][% account_offset.type %]
8 [%- END -%]