https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18138 Fridolin SOMERS <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fridolin.somers@biblibre.co | |m --- Comment #16 from Fridolin SOMERS <fridolin.somers@biblibre.com> --- Hi, nice work. I see : my $template = firstval { $_->{'name'} eq $marc_modification_template_name } GetModificationTemplates(); Looks odd to me. Indeed marc modification template name is not unique. I think this can be buggy. I suggest add unique constraint to marc modification template name or store marc modification template id for this feature. -- You are receiving this mail because: You are watching all bug changes.