http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2930 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer@bsz-bw.de --- Comment #1 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- The attached patch makes a lot of changes not related to the bug description. The display name of the patron is generated in an include file now: [% IF category_type == 'I' %] [% surname %] [% IF othernames %] ([% othernames %]) [% END %] [% ELSE %] [% firstname %] [% surname %] [% END %] ([% cardnumber %]) So for an "organisation" the othername will already be displyed. How should the display for othername look like? Can we agree on something here? -- You are receiving this mail because: You are watching all bug changes.