[Koha-bugs] [Bug 18138] Use MARC modification template when adding/updating bibliographic records

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Sep 25 11:07:22 CEST 2020


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

Fridolin SOMERS <fridolin.somers at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fridolin.somers at biblibre.co
                   |                            |m

--- Comment #16 from Fridolin SOMERS <fridolin.somers at 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.


More information about the Koha-bugs mailing list